Fix spelling error :p

This commit is contained in:
ayntee
2020-11-22 20:39:28 +04:00
parent 5cb7580930
commit b33ff695ca
+1 -1
View File
@@ -57,7 +57,7 @@ export async function createShard(
// TODO(ayntee): check if the readyState of the websocket is OPEN (not sure if this is the solution)
socket.onopen = async () => {
if (!resuming) {
// Intial identify with the gateway
// Initial identify with the gateway
await identify(basicShard, identifyPayload);
} else {
await resume(basicShard, identifyPayload);