[ermine] Fix typo in comment

Bug: None
Test: None (doc-only change)
Change-Id: I2f0a02d9f93d36b025578800f011957a63796997
Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/417214
Reviewed-by: Sanjay Chouksey <sanjayc@google.com>
Testability-Review: Sanjay Chouksey <sanjayc@google.com>
Commit-Queue: Mukesh Agrawal <quiche@google.com>
diff --git a/session_shells/ermine/keyboard_shortcuts/lib/keyboard_shortcuts.dart b/session_shells/ermine/keyboard_shortcuts/lib/keyboard_shortcuts.dart
index da2d8f2..20a4ee9 100644
--- a/session_shells/ermine/keyboard_shortcuts/lib/keyboard_shortcuts.dart
+++ b/session_shells/ermine/keyboard_shortcuts/lib/keyboard_shortcuts.dart
@@ -54,7 +54,7 @@
 /// }
 ///
 /// One action(e.g. "goBack") can have multiple shortcuts.
-/// See [Key] class in fuchisa_ui_input2 package to find valid "char" values.
+/// See [Key] class in fuchsia_ui_input2 package to find valid "char" values.
 /// See [_modifierFromString] method in src/keyboard_shortcuts.dart to fine valid "modifier" values.
 
 export 'src/keyboard_shortcuts.dart';