docs: fixed typo (#1770).

This commit is contained in:
Richard Moore 2021-10-04 11:49:33 -04:00
parent d5b41ce210
commit ab806cad15
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -69,7 +69,7 @@ signature = await signer.signMessage('Some data')
_subsection: Contracts
A contract object is an abstraction of a smart contract on the Ethereum Network. It allows for easy interaction with the smart contact.
A contract object is an abstraction of a smart contract on the Ethereum Network. It allows for easy interaction with the smart contract.
_heading: Deploying a Contract