Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit f9bcac9

Browse files
authored
Fix grammar and spelling (#6559)
1 parent b05345b commit f9bcac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-errors/src/errors/transaction_errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export class TransactionSendTimeoutError extends BaseWeb3Error {
496496
}
497497

498498
function transactionTimeoutHint(transactionHash?: Bytes) {
499-
return `Please make sure your transaction was properly sent and there no pervious pending transaction for the same account. However, be aware that it might still be mined!\n\tTransaction Hash: ${
499+
return `Please make sure your transaction was properly sent and there are no previous pending transaction for the same account. However, be aware that it might still be mined!\n\tTransaction Hash: ${
500500
transactionHash ? transactionHash.toString() : 'not available'
501501
}`;
502502
}

0 commit comments

Comments
 (0)