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

@@ -465,7 +465,7 @@ class WebSocketShard extends EventEmitter {
*/
sendHeartbeat() {
if (!this.lastHeartbeatAcked) {
this.debug("Didn't receive a heartbeat ack last time, assuming zombie conenction. Destroying and reconnecting.");
this.debug("Didn't receive a heartbeat ack last time, assuming zombie connection. Destroying and reconnecting.");
this.destroy(4009);
return;
}