Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in documentation #2680

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs.wrm/api/providers/types.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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**
repopulate it. If this is required, it can be computed from a **TransactionResponse**
Copy link
Author

@aux0x aux0x Feb 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this was meant to be repopulate or populate, just put repopulate because it had the "r" in front of populate.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It was meant to be populate. :)

Fixing it now, as I'm doing a large sweep of the docs issues. :)

object using [this cookbook recipe](cookbook--compute-raw-transaction).

_property: transaction.wait([ confirms = 1 ]) => Promise<[[providers-TransactionReceipt]]>
Expand Down