Skip to content
Closed
Show file tree
Hide file tree
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/cookbook/ens.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _subsection: Get all Text records @<cookbook-ens-allText>
Here is a short recipe to get all the text records set for an ENS
name.

It first queries all ``TextChanged`` events on the resovler, and
It first queries all ``TextChanged`` events on the resolver, and
uses a MulticallProvider to batch all the ``eth_call`` queries
for each key into a single ``eth_call``. As such, you will need
to install:
Expand Down
2 changes: 1 addition & 1 deletion docs.wrm/cookbook/signing.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ contract RecoverMessage {
bytes32 yParityAndS;
}

// This is an expaned Signature representation
// This is an expanded Signature representation
struct SignatureExpanded {
uint8 v;
bytes32 r;
Expand Down