Skip to content

Commit b5d176b

Browse files
authored
Merge pull request #7395 from hursittarcan/patch-14
Added missing space on Testing ERC-20 tokens with Waffle page [Fixes #7391]
2 parents 0a6693b + 61c550d commit b5d176b

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/testing-erc-20-tokens-with-waffle

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/testing-erc-20-tokens-with-waffle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ describe("BasicToken", () => {
10441044
})
10451045
```
10461046

1047-
So, we use `deployContract` method from `Waffle`to deploy our token. As arguments, we should pass `wallet`, the compiled json file of our contract and default balance.
1047+
So, we use `deployContract` method from `Waffle` to deploy our token. As arguments, we should pass `wallet`, the compiled json file of our contract and default balance.
10481048

10491049
`Waffle` also allows us to create a `wallet`, which makes it very easy to deploy a contract.
10501050

0 commit comments

Comments
 (0)