Skip to content

Commit a7a54a5

Browse files
authored
1 parent 63551cc commit a7a54a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/plugins/compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This a reference guide to all the event hooks exposed by the `Compiler`.
110110
| __`emit`__ | Before writing emitted assets to output dir | `compilation` | async |
111111
| __`after-emit`__ | After writing emitted assets to output dir | `compilation` | async |
112112
| __`done`__ | Completion of compile | `stats` | sync |
113-
| __`fail`__ | Failure of compile | `error` | sync |
113+
| __`failed`__ | Failure of compile | `error` | sync |
114114
| __`invalid`__ | After invalidating a watch compile | `fileName`, `changeTime` | sync |
115115

116116
## Examples

0 commit comments

Comments
 (0)