Skip to content

Commit 737cd76

Browse files
committed
Merge pull request gulpjs#747 from polynickglot/patch-1
Fix minor typos to clarify language
2 parents 439860e + 7aebed6 commit 737cd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/delete-files-folder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Delete files and folders
22

3-
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.
3+
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.
44

55
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):
66

0 commit comments

Comments
 (0)