diff --git a/src/server-main.js b/src/server-main.js index 75a484f9deb..bed5799df0a 100644 --- a/src/server-main.js +++ b/src/server-main.js @@ -38,7 +38,7 @@ async function start() { if (parsedArgs['compatibility'] === '1.63') { console.warn(`server.sh is being replaced by 'bin/${product.serverApplicationName}'. Please migrate to the new command and adopt the following new default behaviors:`); - console.warn('* connection token is mandatody unless --without-connection-token is used'); + console.warn('* connection token is mandatory unless --without-connection-token is used'); console.warn('* host defaults to `localhost`'); }