Skip to content

Commit 7a1f73a

Browse files
authored
fix trivial typo in README.md
1 parent 4a56bc1 commit 7a1f73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ wp.watch({
7070
// directories: only directories, directory content (and content of children, ...) and
7171
// existence changes are tracked.
7272
// assumed to exist, when directory is not found without further information a remove event is emitted
73-
// missing: can be files or directorees,
73+
// missing: can be files or directories,
7474
// only existence changes are tracked
7575
// expected to not exist, no remove event is emitted when not found initially
7676
// files and directories are assumed to exist, when they are not found without further information a remove event is emitted

0 commit comments

Comments
 (0)