Skip to content

Commit

Permalink
Fix typo in ethpm.rst
Browse files Browse the repository at this point in the history
availabe -> available
  • Loading branch information
eltociear authored and pacrob committed Dec 30, 2021
1 parent a6642a2 commit f5c0548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ethpm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ To select only certain contract type data to be included in your manifest, provi
... )
>>> assert expected_manifest == built_manifest

If you would like to alias your contract type, provide the desired alias as a kwarg. This will automatically include the original contract type in a ``contractType`` field. Unless specific contract type fields are provided as kwargs, ``contractType`` will stil default to including all availabe contract type data found in the compiler output.
If you would like to alias your contract type, provide the desired alias as a kwarg. This will automatically include the original contract type in a ``contractType`` field. Unless specific contract type fields are provided as kwargs, ``contractType`` will stil default to including all available contract type data found in the compiler output.

.. doctest::

Expand Down
1 change: 1 addition & 0 deletions newsfragments/2277.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix typo in ethpm.rst

0 comments on commit f5c0548

Please sign in to comment.