From 96353e2bcffb4b2d64189f5b27225dcfa7583431 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 28 Sep 2021 14:13:56 +0200 Subject: [PATCH] Fix typo --- build/gulpfile.editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); }); }