mirror of https://github.com/helix-editor/helix
Fix typo (pallete -> palette) (#2020)
parent
2d4f94eb27
commit
581ac5660f
|
@ -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",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue