1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 00:52:43 +01:00
There was a typo in the console error. reqired to required
This commit is contained in:
SpiderDead 2018-11-05 15:41:55 +01:00 committed by GitHub
parent dd9730b5f8
commit ca47c68fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}