Skip to content

Commit 4003a35

Browse files
authored
Update compiler.md - typo fix
Typo: `comfiguration` -> `configuration`
1 parent c4cd21a commit 4003a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pluginsapi/compiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Compiler
33
sort: 2
44
---
55

6-
The `Compiler` module of webpack is the main engine that creates a compilation instance with all the options passed through webpack CLI or `webpack` api or webpack comfiguration file.
6+
The `Compiler` module of webpack is the main engine that creates a compilation instance with all the options passed through webpack CLI or `webpack` api or webpack configuration file.
77

88
It is exported by `webpack` api under `webpack.Compiler`.
99

@@ -115,4 +115,4 @@ This a reference guide to all the event hooks exposed by the `Compiler`.
115115

116116
## Examples
117117

118-
?> TODO: Adds examples of usage for some of the above events
118+
?> TODO: Adds examples of usage for some of the above events

0 commit comments

Comments
 (0)