We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63551cc + a7a54a5 commit b8e4164Copy full SHA for b8e4164
content/api/plugins/compiler.md
@@ -110,7 +110,7 @@ This a reference guide to all the event hooks exposed by the `Compiler`.
110
| __`emit`__ | Before writing emitted assets to output dir | `compilation` | async |
111
| __`after-emit`__ | After writing emitted assets to output dir | `compilation` | async |
112
| __`done`__ | Completion of compile | `stats` | sync |
113
-| __`fail`__ | Failure of compile | `error` | sync |
+| __`failed`__ | Failure of compile | `error` | sync |
114
| __`invalid`__ | After invalidating a watch compile | `fileName`, `changeTime` | sync |
115
116
## Examples
0 commit comments