Skip to content

Commit 6c1dd9b

Browse files
committed
Update grammar in project setup instructions
1 parent 9fa5f28 commit 6c1dd9b

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ published: 2020-10-16
1111

1212
In this [Waffle](https://ethereum-waffle.readthedocs.io) tutorial, we will learn how to set up a simple "Hello world" smart contract project, using [hardhat](https://hardhat.org/) and [ethers.js](https://docs.ethers.io/v5/). Then we will learn how to add a new functionality to our smart contract and how to test it with Waffle.
1313

14-
Let's start with creating new project:
14+
Let's start by creating a new project:
1515

1616
```bash
1717
yarn init

0 commit comments

Comments
 (0)