From 2bb93db2b725a009e4f07c81e090ed4b358598f3 Mon Sep 17 00:00:00 2001 From: Michael 'afrolion' Perrotte Date: Tue, 3 Jan 2017 00:35:06 -0500 Subject: [PATCH] fixed doc typo (#7270) --- packages/flutter/lib/src/widgets/focus.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/focus.dart b/packages/flutter/lib/src/widgets/focus.dart index cbad4ad640..fae934bded 100644 --- a/packages/flutter/lib/src/widgets/focus.dart +++ b/packages/flutter/lib/src/widgets/focus.dart @@ -104,7 +104,7 @@ class _FocusScope extends InheritedWidget { /// widget in this part of the focus tree. If this Focus widget is the currently /// focused subtree of the focus system (i.e., the path from it to the root is /// focused at each level and it hasn't focused any of its enclosed Focus -/// widgets), then the widget this this global key actually has the focus in the +/// widgets), then the widget with this global key actually has the focus in the /// entire system. class Focus extends StatefulWidget { /// Creates a scope for managing focus.