Skip to content

Commit df588ae

Browse files
authored
Fix typo.
Fixes mihneadb#85
1 parent 5c81d3c commit df588ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const tree = dirTree('./test/test_data', {extensions:/\.txt$/}, null, (item, PAT
7575

7676
## Options
7777

78-
`exclude` : `RegExp|RegExp[]` - A RegExp or an array of RegExp to test for exlusion of directories.
78+
`exclude` : `RegExp|RegExp[]` - A RegExp or an array of RegExp to test for exclusion of directories.
7979

8080
`extensions` : `RegExp` - A RegExp to test for exclusion of files with the matching extension.
8181

0 commit comments

Comments
 (0)