diff --git a/docs/source/mock-contract.rst b/docs/source/mock-contract.rst index 6e7144701..3f2fe6aa0 100644 --- a/docs/source/mock-contract.rst +++ b/docs/source/mock-contract.rst @@ -22,7 +22,7 @@ You can also choose the deployment address of the mock contract with the options const mockContract = await deployMockContract(wallet, contractAbi, { address: deploymentAddress, - overrride: false // optional, specifies if the contract should be overwritten + override: false // optional, specifies if the contract should be overwritten }) The mock contract can now be integrated into other contracts by using the :code:`address` attribute.