Skip to content

Commit 5d02a15

Browse files
authored
Merge pull request #664 from dylanjha/patch-1
Update compiler.md - typo fix
2 parents 71feaa8 + 4003a35 commit 5d02a15

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)