Skip to content

Commit 73adb39

Browse files
committed
docs: fixed typo in jsdocs (#4391).
1 parent 2e0bd90 commit 73adb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/providers/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ export class TransactionReceipt implements TransactionReceiptParams, Iterable<Lo
860860
readonly provider!: Provider;
861861

862862
/**
863-
* The address the transaction was send to.
863+
* The address the transaction was sent to.
864864
*/
865865
readonly to!: null | string;
866866

0 commit comments

Comments
 (0)