Skip to content

Commit f83e050

Browse files
newyork-anthonyngmontogeek
authored andcommitted
docs(plugins): Fix grammar (#1998)
1 parent 58f3847 commit f83e050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/api/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ compiler.hooks.run.tapPromise('MyPlugin', compiler => {
7171
```
7272

7373
The moral of the story is that there are a variety of ways to `hook` into the
74-
`compiler`, each allowing your plugin run as it sees fit.
74+
`compiler`, each one allowing your plugin to run as it sees fit.
7575

7676

7777
## Custom Hooks

src/content/contribute/writing-a-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Plugins expose the full potential of the webpack engine to third-party developer
1212
A plugin for `webpack` consists of
1313

1414
- A named JavaScript function.
15-
- Defines `apply` method in it's prototype.
15+
- Defines `apply` method in its prototype.
1616
- Specifies an [event hook](/api/compiler-hooks/) on which to bind itself.
1717
- Manipulates webpack internal instance specific data.
1818
- Invokes webpack provided callback after functionality is complete.

0 commit comments

Comments
 (0)