From 6fc2f223ad33ea6570ad00f519b38b095329b0eb Mon Sep 17 00:00:00 2001 From: Smidy13 <77650800+Smidy13@users.noreply.github.com> Date: Sun, 19 Sep 2021 14:50:45 +1200 Subject: [PATCH] Spelling: Fixing Typo in TaskServerRoot.js --- TaskServerRoot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TaskServerRoot.js b/TaskServerRoot.js index 036f022317..7da5d08821 100644 --- a/TaskServerRoot.js +++ b/TaskServerRoot.js @@ -55,5 +55,5 @@ run() async function run() { TS.app = require('./TaskServer/TaskServer.js').newTaskServer() await TS.app.run() - console.log('Superalgos TaskSerer is Running!') + console.log('Superalgos TaskServer is Running!') }