Skip to content

Commit

Permalink
Spelling: Fixing Typo in TaskServerRoot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Smidy13 committed Sep 19, 2021
1 parent e5f83ee commit 6fc2f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TaskServerRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!')
}

0 comments on commit 6fc2f22

Please sign in to comment.