Skip to content

Commit

Permalink
format markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 6, 2023
1 parent ba35d77 commit 4937e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Options:

- `filter` Method that receives a path string as an argument, and
returns a boolean indicating whether that path should be
deleted. With async rimraf methods, this may return a Promise
that resolves to a boolean. (Since Promises are truthy,
deleted. With async rimraf methods, this may return a Promise
that resolves to a boolean. (Since Promises are truthy,
returning a Promise from a sync filter is the same as just not
filtering anything.)

Expand Down

0 comments on commit 4937e64

Please sign in to comment.