docs: fixed typo in jsdocs (#4391).

This commit is contained in:
Richard Moore 2023-11-01 15:58:07 -04:00
parent 2e0bd90744
commit 73adb393e8

@ -860,7 +860,7 @@ export class TransactionReceipt implements TransactionReceiptParams, Iterable<Lo
readonly provider!: Provider; readonly provider!: Provider;
/** /**
* The address the transaction was send to. * The address the transaction was sent to.
*/ */
readonly to!: null | string; readonly to!: null | string;