Skip to content

Commit 84ab18e

Browse files
author
Eric Schoffstall
committed
Merge pull request gulpjs#767 from CFXd/fix-minor-docs-typo
Fix use of contraction when possessive intended
2 parents f693864 + 4b6756f commit 84ab18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-a-plugin/guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
1. Use modules from our [recommended modules page](recommended-modules.md) to make your life easier
3838
1. Do NOT require `gulp` as a dependency or peerDependency in your plugin
3939
- Using gulp to test or automate your plugin workflow is totally cool, just make sure you put it as a devDependency
40-
- Requiring gulp as a dependency of your plugin means that anyone who installs your plugin is also installing a new gulp, and it's entire dependency tree.
40+
- Requiring gulp as a dependency of your plugin means that anyone who installs your plugin is also installing a new gulp and its entire dependency tree.
4141
- There is no reason you should be using gulp within your actual plugin code. If you find yourself doing this open an issue so we can help you out.
4242

4343
## Why are these guidelines so strict?

0 commit comments

Comments
 (0)