Skip to content

Commit

Permalink
Fix minor typos to clarify language
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Litwin committed Oct 28, 2014
1 parent 439860e commit 7aebed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/delete-files-folder.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Delete files and folders

You might want delete some files before running your build. Since deleting files doesn't work on the file contents there's no reason to use a gulp plugin. An excellent opportunity to use a vanilla node module.
You might want to delete some files before running your build. Since deleting files doesn't work on the file contents, there's no reason to use a gulp plugin. An excellent opportunity to use a vanilla node module.

Let's use the [`del`](https://github.com/sindresorhus/del) module for this example as it supports multiple files and [globbing](https://github.com/sindresorhus/multimatch#globbing-patterns):

Expand Down

0 comments on commit 7aebed6

Please sign in to comment.