Skip to content

Commit 66fa2ba

Browse files
authored
docs: fix some typos
1 parent 3ff8ebd commit 66fa2ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Bundle of commands focused on swift and streamlined git operations.
8282
[telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) (PRs
8383
adding support for other pickers are welcome.)
8484
- For GitHub-related commands: `curl`
85-
- *Recommended*: Treesitter parser for syntax highlighting: `TSInstall
85+
- *Recommended*: Treesitter parser for syntax highlighting `TSInstall
8686
gitcommit`.
8787

8888
```lua
@@ -207,18 +207,18 @@ require("tinygit").setup {
207207
```
208208

209209
## Commands
210-
All commands are available via lua function or sub-command of `:Tinygit`, for
211-
example `require("tinygit").interactiveStaging()` and `:Tinygit
212-
interactiveStaging`. However, do note that the lua function is preferable,
213-
since the `:Tinygit` does not accept command-specific options and does not
214-
trigger visual-mode specific changes to the commands.
210+
All commands are available as lua function or as sub-command of `:Tinygit`,
211+
for example `require("tinygit").interactiveStaging()` and `:Tinygit
212+
interactiveStaging`. Note that the lua function is preferable,
213+
since `:Tinygit` does not accept command-specific options and does not
214+
trigger visual-mode specific changes.
215215

216216
### Interactive staging
217217
- Interactive straging requires `telescope`. (PRs adding support for other
218218
pickers welcome.)
219219
- This command stages hunks, that is, *parts* of a file instead of the full
220220
file. It is roughly comparable to `git add -p`.
221-
- Use `<Space>` to (un)stage the hunk, `<CR>` to go to the hunk, or `<C-r` to
221+
- Use `<Space>` to (un)stage the hunk, `<CR>` to go to the hunk, or `<C-r>` to
222222
reset the hunk (mappings customizable). Your regular `telescope` mappings also
223223
apply.
224224
- The size of the hunks is determined by the setting `staging.contextSize`.

0 commit comments

Comments
 (0)