Skip to content

Commit b308647

Browse files
committed
fix typo
1 parent 2f8e1fb commit b308647

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ var wp = new Watchpack({
4949
// ignored: "string" - a glob pattern for files or folders that should not be watched
5050
// ignored: ["string", "string"] - multiple glob patterns that should be ignored
5151
// ignored: /regexp/ - a regular expression for files or folders that should not be watched
52-
// ignored: (entry) => boolean - an arbirary function which must return truthy to ignore an entry
53-
// For all cases expect the arbirary function the path will have path separator normalized to '/'.
52+
// ignored: (entry) => boolean - an arbitrary function which must return truthy to ignore an entry
53+
// For all cases expect the arbitrary function the path will have path separator normalized to '/'.
5454
// All subdirectories are ignored too
5555
});
5656

0 commit comments

Comments
 (0)