TYPO

Conrad Irwin created

Change summary

crates/gpui/src/key_dispatch.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/gpui/src/key_dispatch.rs 🔗

@@ -1,7 +1,7 @@
 /// KeyDispatch is where GPUI deals with binding actions to key events.
 ///
 /// The key pieces to making a key binding work are to define an action,
-/// implement a method that takes that action as a type paramater,
+/// implement a method that takes that action as a type parameter,
 /// and then to register the action during render on a focused node
 /// with a keymap context:
 ///