docs: fixed typo from copy-paste ENS cookbook example (#4382)

This commit is contained in:
Richard Moore 2023-11-02 14:38:04 -04:00
parent d11a2b5a5e
commit 238f4f64ca

@ -19,7 +19,7 @@ to install:
_code: Fetching all ENS text records. @lang<script>
mport { ethers } from "ethers";
import { ethers } from "ethers";
import { MulticallProvider } from "@ethers-ext/provider-multicall";
async function getTextRecords(_provider, name) {