Skip to content

Commit 052b674

Browse files
author
Pavithra K
committed
Fixes typo
1 parent 180556c commit 052b674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pluginsapi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Plugins API
33
sort: 1
44
---
55

6-
webpack provides flexible and powerful customization api in the form of plugins. Using plugins, we can plug functionality into webpack. Additionaly, webpack provides lifecycle hooks into which plugins can be registered. At each of these lifecycle points, webpack will run all of the registered plugins and provide them with the current state of the webpack compilation.
6+
webpack provides flexible and powerful customization api in the form of plugins. Using plugins, we can plug functionality into webpack. Additionally, webpack provides lifecycle hooks into which plugins can be registered. At each of these lifecycle points, webpack will run all of the registered plugins and provide them with the current state of the webpack compilation.
77

88
## Tapable & Tapable instances
99

0 commit comments

Comments
 (0)