diff --git a/public/themes/pterodactyl/js/frontend/server.socket.js b/public/themes/pterodactyl/js/frontend/server.socket.js index f43409fd4..09063351d 100644 --- a/public/themes/pterodactyl/js/frontend/server.socket.js +++ b/public/themes/pterodactyl/js/frontend/server.socket.js @@ -30,7 +30,7 @@ var Server = (function () { } if (typeof io !== 'function') { - console.error('Socket.io is reqired to use this panel.'); + console.error('Socket.io is required to use this panel.'); return; }