Skip to content

Commit 862dafb

Browse files
authored
docs: typos and phrasing
1 parent afb7b6d commit 862dafb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ require("spider").motion("e", {
182182
## Extras & special cases
183183

184184
### UTF-8 support / special characters
185-
For spider to support special characters, requires utf-8 support via the
185+
Support for special characters requires utf-8 support via the
186186
`luautf8` rock.
187187

188188
```lua
@@ -212,7 +212,7 @@ solutions described in the following issues:
212212

213213
> [!NOTE]
214214
> CJK characters still [have some
215-
> issues](https://github.com/chrisgrieser/nvim-spider/issues/59), PRs for supporting them is welcome.
215+
> issues](https://github.com/chrisgrieser/nvim-spider/issues/59).
216216
217217
### Subword text object
218218
This plugin supports `w`, `e`, and `b` in operator-pending mode, but does not
@@ -278,7 +278,7 @@ would be yanked charwise.
278278
with the current `selection` option.
279279

280280
### Motions in insert mode
281-
Simple and pragmatic: Wrap the normal mode motions in `<Esc>l` and `i`. (Drop
281+
Simply wrap the normal mode motions in `<Esc>l` and `i`. (Drop
282282
the `l` on backwards motions.)
283283

284284
```lua

0 commit comments

Comments
 (0)