Unnamed repository; edit this file 'description' to name the repository.
docs: fix typo in usage.md (#12390)
David Crespo 2025-01-03
parent 4817bfa · commit eaa7c8e
-rw-r--r--book/src/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/usage.md b/book/src/usage.md
index a22a1849..b0d77613 100644
--- a/book/src/usage.md
+++ b/book/src/usage.md
@@ -25,7 +25,7 @@ Inspired by [Kakoune](http://kakoune.org/), Helix follows the `selection → act
## Multiple selections
-Also inspired by Kakoune, multiple selections are a core mode of interaction in Helix. For example, the standard way of replacing multiple instance of a word is to first select all instances (so there is one selection per instance) and then use the change action (`c`) to edit them all at the same time.
+Also inspired by Kakoune, multiple selections are a core mode of interaction in Helix. For example, the standard way of replacing multiple instances of a word is to first select all instances (so there is one selection per instance) and then use the change action (`c`) to edit them all at the same time.
## Motions