We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036f36c commit b766825Copy full SHA for b766825
1 file changed
src/utils/index.ts
@@ -1030,7 +1030,7 @@ export function compileErrorMsg(error: any): void {
1030
handleError(
1031
// Don't log the generic placeholder error if that's all we have
1032
error instanceof Error && error.message.endsWith("Compile error") ? "" : error,
1033
- "Compilaton failed."
+ "Compilation failed."
1034
);
1035
}
1036
0 commit comments