Skip to content

Commit 5a40cd6

Browse files
authored
Merge pull request #173 from maciejka/mk/doc-typos
2 parents fd7984d + 7f6ca2c commit 5a40cd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

www/docs/API/contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Contracts allow you to transform Cairo values, like `Uint256` to `BigNumber`. It
1414

1515
`contract.attach(providerOrAccount)` _for changing the provider or account_
1616

17-
`contract.connect(providerOrAccount)` _for changing the address of the connected contract_
17+
`contract.connect(address)` _for changing the address of the connected contract_
1818

1919
## Contract properties
2020

www/docs/API/contractFacotry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Contract Factory allow you to deploy contracts onto StarkNet. To deploy a Contra
1212

1313
Creates a new instance of a ContractFactory for the contract described by the _compiledContract_.
1414

15-
`contractFacotry.connect(providerOrAccount)` _for changing the provider or account_
15+
`contractFactory.connect(providerOrAccount)` _for changing the provider or account_
1616

17-
`contractFacotry.attach(address)` _for changing the address of the connected contract factory_
17+
`contractFactory.attach(address)` _for changing the address of the connected contract factory_
1818

1919
## Properties
2020

0 commit comments

Comments
 (0)