Skip to content

Commit 89a5696

Browse files
authored
Fix typos in key-bindings documentation (#21390)
Release Notes: Fixes two minor typos in the key-bindings documentation.
1 parent 5f6b200 commit 89a5696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/key-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ When multiple keybindings have the same keystroke and are active at the same tim
130130

131131
The other kind of conflict that arises is when you have two bindings, one of which is a prefix of the other. For example if you have `"ctrl-w":"editor::DeleteToNextWordEnd"` and `"ctrl-w left":"editor::DeleteToEndOfLine"`.
132132

133-
When this happens, and both bindings are active in the current context, Zed will wait for 1 second after you tupe `ctrl-w` to se if you're about to type `left`. If you don't type anything, or if you type a different key, then `DeleteToNextWordEnd` will be triggered. If you do, then `DeleteToEndOfLine` will be triggered.
133+
When this happens, and both bindings are active in the current context, Zed will wait for 1 second after you type `ctrl-w` to see if you're about to type `left`. If you don't type anything, or if you type a different key, then `DeleteToNextWordEnd` will be triggered. If you do, then `DeleteToEndOfLine` will be triggered.
134134

135135
### Non-QWERTY keyboards
136136

0 commit comments

Comments
 (0)