Add missing word in Shard#respawn docblock

This commit is contained in:
Schuyler Cebulskie
2018-04-09 14:35:49 -04:00
committed by GitHub
parent b955a514f6
commit 952a7123f3

View File

@@ -115,7 +115,7 @@ class Shard extends EventEmitter {
/**
* Kills and restarts the shard's process.
* @param {number} [delay=500] How long to wait between killing the process and restarting it (in milliseconds)
* @param {boolean} [waitForReady=true] Whether to wait the {@link Client} has become ready before resolving
* @param {boolean} [waitForReady=true] Whether to wait until the {@link Client} has become ready before resolving
* @returns {Promise<ChildProcess>}
*/
async respawn(delay = 500, waitForReady = true) {