From adef612ff47f5e619b8e5b20b955333c73b7ec2b Mon Sep 17 00:00:00 2001 From: foxmind1 Date: Tue, 25 Jun 2024 20:51:51 +0300 Subject: [PATCH] fix a typo (#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].* --- packages/flutter/lib/src/semantics/semantics_event.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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