diff --git a/web3.js/src/connection.ts b/web3.js/src/connection.ts index b17d9206ad..41842da579 100644 --- a/web3.js/src/connection.ts +++ b/web3.js/src/connection.ts @@ -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;