Skip to content

Commit 3f857a1

Browse files
committed
fixed two typos
1 parent f13a069 commit 3f857a1

File tree

1 file changed

+2
-2
lines changed
  • docs/develop/smart-contracts/tutorials

1 file changed

+2
-2
lines changed

docs/develop/smart-contracts/tutorials/wallet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ go get github.com/xssnick/tonutils-go/address
5454

5555
## ⚙ Set Your Environment
5656

57-
In order to create a TypeScript project its necessary to conduct the following steps in order:
57+
In order to create a TypeScript project it's necessary to conduct the following steps in order:
5858
1. Create an empty folder (which we’ll name WalletsTutorial).
5959
2. Open the project folder using the CLI.
60-
3. Use the followings commands to set up your project:
60+
3. Use the following commands to set up your project:
6161
```bash
6262
npm init -y
6363
npm install typescript @types/node ts-node nodemon --save-dev

0 commit comments

Comments
 (0)