docs: fixed typo (#2680).

This commit is contained in:
Richard Moore 2022-04-29 15:59:48 -04:00
parent 04c0515f0b
commit 8770cc46fd

@ -300,7 +300,7 @@ transaction was mined.
_property: transaction.raw => string<[[DataHexString]]>
The serialized transaction. This may be null as some backends do not
rpopulate it. If this is required, it can be computed from a **TransactionResponse**
populate it. If this is required, it can be computed from a **TransactionResponse**
object using [this cookbook recipe](cookbook--compute-raw-transaction).
_property: transaction.wait([ confirms = 1 ]) => Promise<[[providers-TransactionReceipt]]>