Skip to content

Commit 34d3b46

Browse files
committed
docs: spelling error
1 parent 07f541f commit 34d3b46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/nvim-tree-lua.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ Config: modified *nvim-tree-config-modified*
15751575
Config: filters *nvim-tree-config-filters*
15761576

15771577
*nvim_tree.config.filters*
1578-
Filters may be applied to the tree to exlude the display of
1578+
Filters may be applied to the tree to exclude the display of
15791579
file/directories.
15801580

15811581
Multiple filters may be applied at once.

lua/nvim-tree/_meta/config/filters.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ error("Cannot require a meta file")
33

44

55

6-
---Filters may be applied to the tree to exlude the display of file/directories.
6+
---Filters may be applied to the tree to exclude the display of file/directories.
77
---
88
---Multiple filters may be applied at once.
99
---

0 commit comments

Comments
 (0)