Skip to content

Commit

Permalink
Merge pull request yuanchuan#114 from inkch/master
Browse files Browse the repository at this point in the history
Fix typo in README: resursive -> recursive
  • Loading branch information
yuanchuan authored Jun 21, 2021
2 parents d7a7b68 + cddc3d9 commit c69294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The usage and options of `node-watch` are compatible with [fs.watch](https://nod

```js
watch('./', {
resursive: true,
recursive: true,
filter(f, skip) {
// skip node_modules
if (/\/node_modules/.test(f)) return skip;
Expand Down

0 comments on commit c69294f

Please sign in to comment.