Skip to content

Commit cb62cce

Browse files
committed
Fix a spelling error
1 parent 036f36c commit cb62cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ export function compileErrorMsg(error: any): void {
10301030
handleError(
10311031
// Don't log the generic placeholder error if that's all we have
10321032
error instanceof Error && error.message.endsWith("Compile error") ? "" : error,
1033-
"Compilaton failed."
1033+
"Compilation failed."
10341034
);
10351035
}
10361036

0 commit comments

Comments
 (0)