diff --git a/docs/glossary.rst b/docs/glossary.rst index 7aad6f63d5a..f7888c92cca 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -12,7 +12,7 @@ Glossary json interface ===================== -The json interface is a json object describing the `Application Binary Interface (ABI) `_ for an Ethereum smart contract. +The json interface is a json object describing the `Application Binary Interface (ABI) `_ for an Ethereum smart contract. Using this json interface web3.js is able to create JavaScript object representing the smart contract and its methods and events using the :ref:`web3.eth.Contract object `.