Skip to content

Commit adef612

Browse files
authored
fix a typo (flutter#150682)
fix typo *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
1 parent b8211b3 commit adef612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/semantics/semantics_event.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class TapSemanticEvent extends SemanticsEvent {
159159
/// An event to move the accessibility focus.
160160
///
161161
/// Using this API is generally not recommended, as it may break a users' expectation of
162-
/// how a11y focus works and therefore should be just very carefully.
162+
/// how a11y focus works and therefore should be used very carefully.
163163
///
164164
/// One possible use case:
165165
/// For example, the currently focused rendering object is replaced by another rendering

0 commit comments

Comments
 (0)