Skip to content

Commit b7231b6

Browse files
mariusz-tangechasnovski
authored andcommitted
docs(statusline): fix spelling error
1 parent 7d57454 commit b7231b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/mini-statusline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Highlight used in default statusline:
6262
- `MiniStatuslineFileinfo` - for |MiniStatusline.section_fileinfo()| section.
6363

6464
Other groups:
65-
- `MiniStatuslineInactive` - highliting in not focused window.
65+
- `MiniStatuslineInactive` - highlighting in not focused window.
6666

6767
To change any highlight group, set it directly with |nvim_set_hl()|.
6868

lua/mini/statusline.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
--- - `MiniStatuslineFileinfo` - for |MiniStatusline.section_fileinfo()| section.
6161
---
6262
--- Other groups:
63-
--- - `MiniStatuslineInactive` - highliting in not focused window.
63+
--- - `MiniStatuslineInactive` - highlighting in not focused window.
6464
---
6565
--- To change any highlight group, set it directly with |nvim_set_hl()|.
6666
---

0 commit comments

Comments
 (0)