From cfc68677eeff09896f36ee74e533ca8a69a3a15c Mon Sep 17 00:00:00 2001 From: InkoHX Date: Thu, 27 Aug 2020 23:39:55 +0900 Subject: [PATCH] docs(ClientOptions): fix typo (#4730) --- src/util/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index 63b5faef4..ccfd819d7 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -28,7 +28,7 @@ const browser = (exports.browser = typeof window !== 'undefined'); * important usage information, as partials require you to put checks in place when handling data. * @property {number} [restWsBridgeTimeout=5000] Maximum time permitted between REST responses and their * corresponding websocket events - * @property {number} [restTimeOffset=500] Extra time in millseconds to wait before continuing to make REST + * @property {number} [restTimeOffset=500] Extra time in milliseconds to wait before continuing to make REST * requests (higher values will reduce rate-limiting errors on bad connections) * @property {number} [restRequestTimeout=15000] Time to wait before cancelling a REST request, in milliseconds * @property {number} [restSweepInterval=60] How frequently to delete inactive request buckets, in seconds