From b8cafee9f5399ffddcaebffe256035bc888eeaa7 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 22 Jan 2022 09:34:19 -0600 Subject: [PATCH] docs: Fix typo in book (#1537) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Fix typo in book * Update book/src/usage.md Co-authored-by: Eric Crosson Co-authored-by: Blaž Hrastnik Co-authored-by: Eric Crosson --- book/src/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/usage.md b/book/src/usage.md index cf7d9d488..a76bfafcc 100644 --- a/book/src/usage.md +++ b/book/src/usage.md @@ -42,7 +42,7 @@ helix. The keymappings have been inspired from [vim-sandwich](https://github.com `ms` acts on a selection, so select the text first and use `ms`. `mr` and `md` work on the closest pairs found and selections are not required; use counts to act in outer pairs. -It can also act on multiple seletions (yay!). For example, to change every occurance of `(use)` to `[use]`: +It can also act on multiple selections (yay!). For example, to change every occurrence of `(use)` to `[use]`: - `%` to select the whole file - `s` to split the selections on a search term