Docs: fixed typo (#1026).

This commit is contained in:
Richard Moore 2020-09-06 01:57:06 -04:00
parent fe280c8458
commit 97acaa1129
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -4,7 +4,7 @@ _section: ContractFactory @<ContractFactory> @SRC<contracts:class.ContractFactor
_subsection: Creating Instances @<ContractFactory--creating>
_property: new ethers.ContractFactory(interface, bydecode [ , signer ]) @SRC<contracts:constructor.ContractFactory>
_property: new ethers.ContractFactory(interface, bytecode [ , signer ]) @SRC<contracts:constructor.ContractFactory>
_property: ContractFactory.fromSolidity(compilerOutput [ , signer ]) => [[ContractFactory]]