From 0ef8ac94f1ad9934889448eb0d284780893db2c5 Mon Sep 17 00:00:00 2001 From: Kristen McWilliam <9575627+Merrit@users.noreply.github.com> Date: Wed, 17 Nov 2021 11:51:54 -0500 Subject: [PATCH] Fix typo in Shortcuts doc comment (#93483) --- packages/flutter/lib/src/widgets/shortcuts.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/shortcuts.dart b/packages/flutter/lib/src/widgets/shortcuts.dart index 96df81eee8..e951eb85b0 100644 --- a/packages/flutter/lib/src/widgets/shortcuts.dart +++ b/packages/flutter/lib/src/widgets/shortcuts.dart @@ -732,7 +732,7 @@ class ShortcutManager extends ChangeNotifier with Diagnosticable { } } -/// A widget to that creates key bindings to specific actions for its +/// A widget that creates key bindings to specific actions for its /// descendants. /// /// This widget establishes a [ShortcutManager] to be used by its descendants