diff --git a/src/utils/index.ts b/src/utils/index.ts index a0f60cc4..ba7ee6cc 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1030,7 +1030,7 @@ export function compileErrorMsg(error: any): void { handleError( // Don't log the generic placeholder error if that's all we have error instanceof Error && error.message.endsWith("Compile error") ? "" : error, - "Compilaton failed." + "Compilation failed." ); }