From f6b234a0eaaa3eaa7f3f54752b6a726c84deb832 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Mon, 16 Jul 2018 14:23:25 +0200 Subject: [PATCH] Fix typo (#19402) --- packages/flutter/lib/src/widgets/focus_scope.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/focus_scope.dart b/packages/flutter/lib/src/widgets/focus_scope.dart index 5cc36de3d4..ffdc22a2ef 100644 --- a/packages/flutter/lib/src/widgets/focus_scope.dart +++ b/packages/flutter/lib/src/widgets/focus_scope.dart @@ -27,7 +27,7 @@ class _FocusScopeMarker extends InheritedWidget { /// The focus tree keeps track of which widget is the user's current focus. The /// focused widget often listens for keyboard events. /// -/// The a focus scope does not itself receive focus but instead helps remember +/// A focus scope does not itself receive focus but instead helps remember /// previous focus states. A scope is currently active when its [node] is the /// first focus of its parent scope. To activate a [FocusScope], either use the /// [autofocus] property or explicitly make the [node] the first focus in the