chore: fix typo retring -> retrying (#23630)

This commit is contained in:
Ashwin Ramaswami
2022-03-14 01:25:27 -04:00
committed by GitHub
parent bc9882a78b
commit accc64ebcf

View File

@ -2069,7 +2069,7 @@ export type ConnectionConfig = {
httpHeaders?: HttpHeaders;
/** Optional fetch middleware callback */
fetchMiddleware?: FetchMiddleware;
/** Optional Disable retring calls when server responds with HTTP 429 (Too Many Requests) */
/** Optional Disable retrying calls when server responds with HTTP 429 (Too Many Requests) */
disableRetryOnRateLimit?: boolean;
/** time to allow for the server to initially process a transaction (in milliseconds) */
confirmTransactionInitialTimeout?: number;