Skip to content

Commit 7629fc8

Browse files
authored
docs(plugins): replace a typo with a convenient word (#7395)
1 parent fa39707 commit 7629fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/plugins.mdx

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

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.
40+
It is recommended that 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.
4141

4242
## Usage
4343

0 commit comments

Comments
 (0)