Skip to content

Commit 61a66e4

Browse files
committed
docs: fixed typo in ens cookbook (#4401)
1 parent 22b7a2c commit 61a66e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.wrm/cookbook/ens.wrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function getTextRecords(_provider, name) {
4343
// Filter the *unique* keys
4444
const keys = [ ...(new Set(logs.map((log) => log.args.key))) ];
4545

46-
// Get the values for the keys; failures are discard
46+
// Get the values for the keys; failures are discarded
4747
const values = await Promise.all(keys.map((key) => {
4848
try {
4949
return resolver.getText(key);

0 commit comments

Comments
 (0)