docs: fixed typo (#2125).

This commit is contained in:
Richard Moore 2021-10-04 10:41:54 -04:00
parent 4166b2753d
commit d1d636b503
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -116,7 +116,7 @@ _code: Example: Override the ENS registry @lang<script>
const network = {
name: "dev",
chianId: 1337,
chainId: 1337,
ensAddress: customEnsAddress
};