Skip to content

Commit 9aadb9e

Browse files
authored
docs(plugins): update plugin name note (webpack#7117)
1 parent 1346443 commit 9aadb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/plugins.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ConsoleLogOnBuildWebpackPlugin {
3737
module.exports = ConsoleLogOnBuildWebpackPlugin;
3838
```
3939

40-
The first parameter of the tap method of the compiler hook should be a camelized version of the plugin name. It is advisable to use a constant for this so it can be reused in all hooks.
40+
It is recommended that the first parameter of the tap method of the compiler hook should be a caramelized version of the plugin name. It is advisable to use a constant for this so it can be reused in all hooks.
4141

4242
## Usage
4343

0 commit comments

Comments
 (0)