docs: fix typos (#3404)

This commit is contained in:
Kitten King
2019-07-25 20:48:23 +05:30
committed by SpaceEEC
parent 651ff81bd5
commit d8516efa36
7 changed files with 8 additions and 8 deletions

View File

@@ -297,7 +297,7 @@ class WebSocketManager extends EventEmitter {
} catch (error) {
this.debug(`Couldn't reconnect or fetch information about the gateway. ${error}`);
if (error.httpStatus !== 401) {
this.debug(`Possible network error occured. Retrying in 5s...`);
this.debug(`Possible network error occurred. Retrying in 5s...`);
await Util.delayFor(5000);
this.reconnecting = false;
return this.reconnect();