docs(ClientOptions): fix typo (#4730)

This commit is contained in:
InkoHX
2020-08-27 23:39:55 +09:00
committed by GitHub
parent 43c4d80b12
commit cfc68677ee

View File

@@ -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