diff --git a/packages/flutter/lib/src/semantics/semantics_event.dart b/packages/flutter/lib/src/semantics/semantics_event.dart index 8a3a1c3ad193..88cfcf1f09ef 100644 --- a/packages/flutter/lib/src/semantics/semantics_event.dart +++ b/packages/flutter/lib/src/semantics/semantics_event.dart @@ -159,7 +159,7 @@ class TapSemanticEvent extends SemanticsEvent { /// An event to move the accessibility focus. /// /// Using this API is generally not recommended, as it may break a users' expectation of -/// how a11y focus works and therefore should be just very carefully. +/// how a11y focus works and therefore should be used very carefully. /// /// One possible use case: /// For example, the currently focused rendering object is replaced by another rendering