diff --git a/build/gulpfile.editor.js b/build/gulpfile.editor.js index 0a7c24b4539..39b26b2f646 100644 --- a/build/gulpfile.editor.js +++ b/build/gulpfile.editor.js @@ -191,7 +191,7 @@ const compileEditorESMTask = task.define('compile-editor-esm', () => { } } - console.log(`Open in VS Code the folder at '${destPath}' and you can alayze the compilation error`); + console.log(`Open in VS Code the folder at '${destPath}' and you can analyze the compilation error`); throw new Error('Standalone Editor compilation failed. If this is the build machine, simply launch `yarn run gulp editor-distro` on your machine to further analyze the compilation problem.'); }); }