Skip to content

Commit

Permalink
Fix grammar and spelling (#6559)
Browse files Browse the repository at this point in the history
  • Loading branch information
yburshe authored Nov 2, 2023
1 parent b05345b commit f9bcac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-errors/src/errors/transaction_errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ export class TransactionSendTimeoutError extends BaseWeb3Error {
}

function transactionTimeoutHint(transactionHash?: Bytes) {
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: ${
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: ${
transactionHash ? transactionHash.toString() : 'not available'
}`;
}
Expand Down

0 comments on commit f9bcac9

Please sign in to comment.