Skip to content

Commit 2e64317

Browse files
abeldekatechasnovski
abeldekat
authored andcommitted
docs(completion): fix typo
1 parent 012c773 commit 2e64317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/mini-completion.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Key design ideas:
1111
up) and if no result, fallback to custom action.
1212

1313
- Managing completion is done as much with Neovim's built-in tools as
14-
possible. |popupmenu-completion| is used to show completion suggetsions.
14+
possible. |popupmenu-completion| is used to show completion suggestions.
1515

1616
Features:
1717
- Two-stage chain completion:

lua/mini/completion.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
--- up) and if no result, fallback to custom action.
1212
---
1313
--- - Managing completion is done as much with Neovim's built-in tools as
14-
--- possible. |popupmenu-completion| is used to show completion suggetsions.
14+
--- possible. |popupmenu-completion| is used to show completion suggestions.
1515
---
1616
--- Features:
1717
--- - Two-stage chain completion:

0 commit comments

Comments
 (0)