Skip to content

Commit ffb32e9

Browse files
committed
docs: fix
1 parent c0b399c commit ffb32e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/api/compilation-hooks.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Run when a module build has failed.
6363

6464
- Callback Parameters: `module` `error`
6565

66-
### succeedModul
66+
### succeedModule
6767

6868
`SyncHook`
6969

@@ -145,31 +145,31 @@ Called at the beginning of the chunk optimization phase. A plugin can tap into t
145145

146146
- Callback Parameters: `chunks`
147147

148-
##afterOptimizeChun
148+
## afterOptimizeChunks
149149

150150
`SyncHook`
151151

152152
Fired after chunk optimization has completed.
153153

154154
- Callback Parameters: `chunks`
155155

156-
##optimizeTr
156+
## optimizeTree
157157

158158
`AsyncSeriesHook`
159159

160160
Called before optimizing the dependency tree. A plugin can tap into this hook to perform a dependency tree optimization.
161161

162162
- Callback Parameters: `chunks` `modules`
163163

164-
###afterOptimizeTre
164+
### afterOptimizeTree
165165

166166
`SyncHook`
167167

168168
Called after the dependency tree optimization has completed with success.
169169

170170
- Callback Parameters: `chunks` `modules`
171171

172-
###optimizeChunkModule
172+
### optimizeChunkModule
173173

174174
`SyncBailHook`
175175

0 commit comments

Comments
 (0)