Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--book/src/generated/static-cmd.md4
-rw-r--r--helix-term/src/commands.rs4
2 files changed, 4 insertions, 4 deletions
diff --git a/book/src/generated/static-cmd.md b/book/src/generated/static-cmd.md
index 92a1fb2a..fa912321 100644
--- a/book/src/generated/static-cmd.md
+++ b/book/src/generated/static-cmd.md
@@ -301,5 +301,5 @@
| `command_palette` | Open command palette | normal: `` <space>? ``, select: `` <space>? `` |
| `goto_word` | Jump to a two-character label | normal: `` gw `` |
| `extend_to_word` | Extend to a two-character label | select: `` gw `` |
-| `goto_next_tabstop` | goto next snippet placeholder | |
-| `goto_prev_tabstop` | goto next snippet placeholder | |
+| `goto_next_tabstop` | Goto next snippet placeholder | |
+| `goto_prev_tabstop` | Goto next snippet placeholder | |
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 64768c0d..10b7b166 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -599,8 +599,8 @@ impl MappableCommand {
command_palette, "Open command palette",
goto_word, "Jump to a two-character label",
extend_to_word, "Extend to a two-character label",
- goto_next_tabstop, "goto next snippet placeholder",
- goto_prev_tabstop, "goto next snippet placeholder",
+ goto_next_tabstop, "Goto next snippet placeholder",
+ goto_prev_tabstop, "Goto next snippet placeholder",
);
}