From 3bae6d9ca2d34b3fdbd0d5c0d4d7d455558c2cd3 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Fri, 21 Jan 2022 17:21:00 +0100 Subject: [PATCH] server-cli: typo in compatibility message --- src/server-main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`'); }