Skip to content

Commit b8e4164

Browse files
authored
Merge pull request #1118 from sompylasar/patch-1
Compiler event hook is `failed`, not `fail`.
2 parents 63551cc + a7a54a5 commit b8e4164

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)