Skip to content

Commit f88fcf6

Browse files
committed
docs: fixed typos in cookbook (#4879).
1 parent ef3c9bc commit f88fcf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs.wrm/cookbook/ens.wrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _subsection: Get all Text records @<cookbook-ens-allText>
99
Here is a short recipe to get all the text records set for an ENS
1010
name.
1111

12-
It first queries all ``TextChanged`` events on the resovler, and
12+
It first queries all ``TextChanged`` events on the resolver, and
1313
uses a MulticallProvider to batch all the ``eth_call`` queries
1414
for each key into a single ``eth_call``. As such, you will need
1515
to install:

docs.wrm/cookbook/signing.wrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ contract RecoverMessage {
165165
bytes32 yParityAndS;
166166
}
167167

168-
// This is an expaned Signature representation
168+
// This is an expanded Signature representation
169169
struct SignatureExpanded {
170170
uint8 v;
171171
bytes32 r;

0 commit comments

Comments
 (0)