diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index c7eb46ab1..3757912af 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -414,7 +414,7 @@ impl MappableCommand { decrement, "Decrement", record_macro, "Record macro", replay_macro, "Replay macro", - command_palette, "Open command pallete", + command_palette, "Open command palette", ); }