Unverified Commit f6b234a0 authored by Sigurd Meldgaard's avatar Sigurd Meldgaard Committed by GitHub

Fix typo (#19402)

parent 57d78cc7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment