We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f13a069 + 3f857a1 commit 3979fc8Copy full SHA for 3979fc8
docs/develop/smart-contracts/tutorials/wallet.md
@@ -54,10 +54,10 @@ go get github.com/xssnick/tonutils-go/address
54
55
## ⚙ Set Your Environment
56
57
-In order to create a TypeScript project its necessary to conduct the following steps in order:
+In order to create a TypeScript project it's necessary to conduct the following steps in order:
58
1. Create an empty folder (which we’ll name WalletsTutorial).
59
2. Open the project folder using the CLI.
60
-3. Use the followings commands to set up your project:
+3. Use the following commands to set up your project:
61
```bash
62
npm init -y
63
npm install typescript @types/node ts-node nodemon --save-dev
0 commit comments