Skip to content

Commit

Permalink
docs: fixed typo in jsdocs (ethers-io#4391).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent da42e75 commit 68bfbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ export class TransactionReceipt implements TransactionReceiptParams, Iterable<Lo
readonly provider!: Provider;

/**
* The address the transaction was send to.
* The address the transaction was sent to.
*/
readonly to!: null | string;

Expand Down

0 comments on commit 68bfbee

Please sign in to comment.