Skip to content

Commit b385f8e

Browse files
committed
docs: consistent spelling of "Lua"
1 parent d1e7e30 commit b385f8e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<!-- LTeX: enabled=false -->
21
# nvim-tinygit
3-
<!-- LTeX: enabled=true -->
42
<a href="https://dotfyle.com/plugins/chrisgrieser/nvim-tinygit">
53
<img alt="badge" src="https://dotfyle.com/plugins/chrisgrieser/nvim-tinygit/shield?style=flat"/></a>
64

@@ -212,9 +210,9 @@ require("tinygit").setup {
212210
```
213211

214212
## Commands
215-
All commands are available as lua function or as sub-command of `:Tinygit`,
213+
All commands are available as Lua function or as sub-command of `:Tinygit`,
216214
for example `require("tinygit").interactiveStaging()` and `:Tinygit
217-
interactiveStaging`. Note that the lua function is preferable,
215+
interactiveStaging`. Note that the Lua function is preferable,
218216
since `:Tinygit` does not accept command-specific options and does not
219217
trigger visual-mode specific changes.
220218

@@ -345,7 +343,7 @@ require("tinygit").openIssueUnderCursor()
345343
Creates a permalink to the current file/lines at GitHub. The link is opened in
346344
the browser and copied to the system clipboard. In normal mode, uses the current
347345
file, in visual mode, uses the selected lines. (Note that visual mode detection
348-
requires you to use the lua function below instead of the `:Tinygit` ex-command.)
346+
requires you to use the Lua function below instead of the `:Tinygit` ex-command.)
349347
- `"file"`: link to the file (normal mode) or the selected lines (visual mode)
350348
- `"blame"`: link to the blame view of the file
351349
- `"repo"`: link to the repo root
@@ -400,7 +398,7 @@ The type of history search depends on the mode `.fileHistory` is called from:
400398
* Uses the selected lines as the line range.
401399
* Caveat: for line history, git does not support to follow file renamings.
402400

403-
Note that visual mode detection requires you to use the lua function above
401+
Note that visual mode detection requires you to use the Lua function above
404402
instead of the `:Tinygit` ex-command.
405403

406404
### Stash

0 commit comments

Comments
 (0)