Skip to content

Commit 238f4f6

Browse files
committed
docs: fixed typo from copy-paste ENS cookbook example (#4382)
1 parent d11a2b5 commit 238f4f6

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
@@ -19,7 +19,7 @@ to install:
1919

2020
_code: Fetching all ENS text records. @lang<script>
2121

22-
mport { ethers } from "ethers";
22+
import { ethers } from "ethers";
2323
import { MulticallProvider } from "@ethers-ext/provider-multicall";
2424

2525
async function getTextRecords(_provider, name) {

0 commit comments

Comments
 (0)