diff --git a/scripts/code-web.js b/scripts/code-web.js index 2e4b1596dac..ceee8aa4283 100644 --- a/scripts/code-web.js +++ b/scripts/code-web.js @@ -74,7 +74,7 @@ async function main() { serverArgs.push('--sourcesPath', APP_ROOT); - serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playgorund')); + serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playground')); startServer(serverArgs);