From 8770cc46fdb4dd70865286ddac7fecb1416b9b54 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 29 Apr 2022 15:59:48 -0400 Subject: [PATCH] docs: fixed typo (#2680). --- docs.wrm/api/providers/types.wrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.wrm/api/providers/types.wrm b/docs.wrm/api/providers/types.wrm index afb07c572..32174a4ac 100644 --- a/docs.wrm/api/providers/types.wrm +++ b/docs.wrm/api/providers/types.wrm @@ -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]]>