Skip to content

Commit

Permalink
fix: small wording corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jun 2, 2024
1 parent f6af0df commit d1f5af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api-tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ The `Content-Type` can be explicitly set, especially useful when not using JSON
accept: application/edn
```

[:fontawesome-brands-github: rest.nvim test examples](https://github.com/rest-nvim/rest.nvim/tree/main/tests){target=_blank .md-button}
[:fontawesome-brands-github: rest.nvim test examples](https://github.com/rest-nvim/rest.nvim/tree/main/tests){target=_blank .md-button}

[:fontawesome-brands-github: rest.nvim](https://github.com/rest-nvim/rest.nvim){target=_blank .md-button}
3 changes: 1 addition & 2 deletions docs/neovim-basics/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ Navigate within the current file or globally using file marks.
- ++bracket-left++ ++"("++ & ++bracket-right++ ++")"++ previous & next paren
- ++bracket-left++ ++"brace-left"++ & ++bracket-right++ ++"brace-right"++ previous and next square brackets
- ++bracket-left++ ++"g"++ & ++bracket-right++ ++"g"++ previous and next Git hunks
- ++bracket-left++ ++"s"++ & ++bracket-right++ ++"s"++ previous and next misspelled wor
- d
- ++bracket-left++ ++"s"++ & ++bracket-right++ ++"s"++ previous and next misspelled word


## Search in buffer
Expand Down

0 comments on commit d1f5af7

Please sign in to comment.