From c0f05c103e8f9b653454eca615045a1839e986fd Mon Sep 17 00:00:00 2001 From: viz Date: Wed, 14 Jul 2021 08:06:30 +0800 Subject: [PATCH] fix(docs): typo contact -> contract --- docs.wrm/migration/web3.wrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.wrm/migration/web3.wrm b/docs.wrm/migration/web3.wrm index 42bec6a940..ac0480556b 100644 --- a/docs.wrm/migration/web3.wrm +++ b/docs.wrm/migration/web3.wrm @@ -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