Fix typo in Shortcuts doc comment (#93483)

This commit is contained in:
Kristen McWilliam 2021-11-17 11:51:54 -05:00 committed by GitHub
parent f2ccd7cf4c
commit 0ef8ac94f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. /// descendants.
/// ///
/// This widget establishes a [ShortcutManager] to be used by its descendants /// This widget establishes a [ShortcutManager] to be used by its descendants