Skip to content

Commit

Permalink
chore: fix typo retring -> retrying (solana-labs#23630)
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace authored Mar 14, 2022
1 parent bc9882a commit accc64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3.js/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit accc64e

Please sign in to comment.