Skip to content

Commit

Permalink
docs: fixed typo ethers-io#2989
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan2 committed May 17, 2022
1 parent 8b62aef commit 76f24ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs.wrm/api/utils/abi/fragments.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ of Objects, where each Object has various properties describing the [[Fragment]]
The deserialized JSON string (which is a normal JavaScript Object) may
also be passed into any function which accepts a JSON String ABI.

_heading: Humanb-Readable ABI @<human-readable-abi>
_heading: Human-Readable ABI @<human-readable-abi>
The Human-Readable ABI was introduced by ethers in [this article](link-ricmoo-humanreadableabi)
and has since gained wider adoption.

Expand Down
2 changes: 1 addition & 1 deletion docs/v5/api/utils/abi/fragments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Formats

### JSON String ABI (Solidity Output JSON)

### Humanb-Readable ABI
### Human-Readable ABI

### Output Formats

Expand Down
2 changes: 1 addition & 1 deletion docs/v5/api/utils/abi/fragments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<p>The deserialized JSON string (which is a normal JavaScript Object) may also be passed into any function which accepts a JSON String ABI.</p>

<a name="fragments--formats--humanb-readable-abi"></a><h3 class="show-anchors"><div>Humanb-Readable ABI<div class="anchors"><a class="self" href="/v5/api/utils/abi/fragments/#fragments--formats--humanb-readable-abi"></a></div></div></h3><p>The Human-Readable ABI was @TODO</p>
<a name="fragments--formats--human-readable-abi"></a><h3 class="show-anchors"><div>Human-Readable ABI<div class="anchors"><a class="self" href="/v5/api/utils/abi/fragments/#fragments--formats--human-readable-abi"></a></div></div></h3><p>The Human-Readable ABI was @TODO</p>

<p><a href="https://blog.ricmoo.com/human-readable-contract-abis-in-ethers-js-141902f4d917">article</a></p>

Expand Down
2 changes: 1 addition & 1 deletion docs/v5/single-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@

<p>The deserialized JSON string (which is a normal JavaScript Object) may also be passed into any function which accepts a JSON String ABI.</p>

<a name="/v5/api/utils/abi/fragments/-%23-fragments--formats--humanb-readable-abi"></a><a name="/v5/api/utils/abi/fragments/"></a><h3 class="show-anchors"><div>Humanb-Readable ABI<div class="anchors"><a class="self" href="#/v5/api/utils/abi/fragments/-%23-fragments--formats--humanb-readable-abi"></a></div></div></h3><p>The Human-Readable ABI was @TODO</p>
<a name="/v5/api/utils/abi/fragments/-%23-fragments--formats--human-readable-abi"></a><a name="/v5/api/utils/abi/fragments/"></a><h3 class="show-anchors"><div>Human-Readable ABI<div class="anchors"><a class="self" href="#/v5/api/utils/abi/fragments/-%23-fragments--formats--human-readable-abi"></a></div></div></h3><p>The Human-Readable ABI was @TODO</p>

<p><a href="https://blog.ricmoo.com/human-readable-contract-abis-in-ethers-js-141902f4d917">article</a></p>

Expand Down

0 comments on commit 76f24ef

Please sign in to comment.