Unnamed repository; edit this file 'description' to name the repository.
Correct typo in "current buffer's directory" (#10814)
Mark Stosberg 2024-05-27
parent f1c9580 · commit 730e684
-rw-r--r--helix-term/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 7be2ea09..021b927c 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -326,7 +326,7 @@ impl MappableCommand {
append_mode, "Append after selection",
command_mode, "Enter command mode",
file_picker, "Open file picker",
- file_picker_in_current_buffer_directory, "Open file picker at current buffers's directory",
+ file_picker_in_current_buffer_directory, "Open file picker at current buffer's directory",
file_picker_in_current_directory, "Open file picker at current working directory",
code_action, "Perform code action",
buffer_picker, "Open buffer picker",