Skip to content

Commit ae0ee49

Browse files
authored
docs: fix incorrect sentence (#7177)
1 parent 3357d3a commit ae0ee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class HelloCompilationPlugin {
131131
module.exports = HelloCompilationPlugin;
132132
```
133133

134-
The list of hooks available on the `compiler`, `compilation`, and other important objects, see the [plugins API](/api/plugins/) docs.
134+
For the list of hooks available on `compiler`, `compilation`, and other important objects, see the [plugins API](/api/plugins/) docs.
135135

136136
## Async event hooks
137137

0 commit comments

Comments
 (0)