Skip to content

Commit 0231db3

Browse files
authored
Merge pull request pterodactyl#1371 from SpiderDead/patch-1
Typo in console.error
2 parents 330f4cf + ca47c68 commit 0231db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/themes/pterodactyl/js/frontend/server.socket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var Server = (function () {
3030
}
3131

3232
if (typeof io !== 'function') {
33-
console.error('Socket.io is reqired to use this panel.');
33+
console.error('Socket.io is required to use this panel.');
3434
return;
3535
}
3636

0 commit comments

Comments
 (0)