diff --git a/03-client/index.md b/03-client/index.md index e6bd16a..42c6fc1 100644 --- a/03-client/index.md +++ b/03-client/index.md @@ -15,7 +15,7 @@ The second usage pattern is a bit more special. Since TON Blockchain complements
-During the course of this tutorial we will create a single codebase that will accomodate both usage patterns. +During the course of this tutorial we will create a single codebase that will accommodate both usage patterns. ## Step 2: Set up your local machine diff --git a/docs/03-client/index.html b/docs/03-client/index.html index 8f2b8af..f9900a2 100644 --- a/docs/03-client/index.html +++ b/docs/03-client/index.html @@ -119,7 +119,7 @@

Step 1: Define usage patterns

The second usage pattern is a bit more special. Since TON Blockchain complements the Telegram messenger, we will also want to embed our dapp right into the Telegram app itself. Telegram provides special API for building Telegam Web Apps (TWAs). These tiny apps closely resemble websites and also rely on HTML and JavaScript. They normally run within the context of a Telegram bot and provide a sleek user experience without ever leaving the host Telegram app.


-

During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.

+

During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.

Step 2: Set up your local machine

Before we can start writing code, we need to install certain developer tools on our computer.

Since our frontend will run inside a browser, it will be implemented in JavaScript. The most convenient runtime for developing JavaScript projects is Nodejs. The installation instructions are here. We will need a fairly recent version of node like v16 or v17. You can verify your nodejs version by running node -v in terminal.

@@ -587,7 +587,7 @@

Step 1: Define usage patterns

The second usage pattern is a bit more special. Since TON Blockchain complements the Telegram messenger, we will also want to embed our dapp right into the Telegram app itself. Telegram provides special API for building Telegam Web Apps (TWAs). These tiny apps closely resemble websites and also rely on HTML and JavaScript. They normally run within the context of a Telegram bot and provide a sleek user experience without ever leaving the host Telegram app.


-

During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.

+

During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.

Step 2: Set up your local machine

Before we can start writing code, we need to install certain developer tools on our computer.

Since our frontend will run inside a browser, it will be implemented in JavaScript. The most convenient runtime for developing JavaScript projects is Nodejs. The installation instructions are here. We will need a fairly recent version of node like v16 or v17. You can verify your nodejs version by running node -v in terminal.

diff --git a/docs/03-client/mainnet-npmton.html b/docs/03-client/mainnet-npmton.html index 70f53e2..33309c8 100644 --- a/docs/03-client/mainnet-npmton.html +++ b/docs/03-client/mainnet-npmton.html @@ -7,7 +7,7 @@

Step 1: Define usage patterns

The second usage pattern is a bit more special. Since TON Blockchain complements the Telegram messenger, we will also want to embed our dapp right into the Telegram app itself. Telegram provides special API for building Telegam Web Apps (TWAs). These tiny apps closely resemble websites and also rely on HTML and JavaScript. They normally run within the context of a Telegram bot and provide a sleek user experience without ever leaving the host Telegram app.


-

During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.

+

During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.

Step 2: Set up your local machine

Before we can start writing code, we need to install certain developer tools on our computer.

Since our frontend will run inside a browser, it will be implemented in JavaScript. The most convenient runtime for developing JavaScript projects is Nodejs. The installation instructions are here. We will need a fairly recent version of node like v16 or v17. You can verify your nodejs version by running node -v in terminal.

diff --git a/docs/03-client/mainnet-npmton.md b/docs/03-client/mainnet-npmton.md index 002a521..512808c 100644 --- a/docs/03-client/mainnet-npmton.md +++ b/docs/03-client/mainnet-npmton.md @@ -15,7 +15,7 @@ The second usage pattern is a bit more special. Since TON Blockchain complements
-During the course of this tutorial we will create a single codebase that will accomodate both usage patterns. +During the course of this tutorial we will create a single codebase that will accommodate both usage patterns. ## Step 2: Set up your local machine diff --git a/docs/03-client/testnet-npmton.html b/docs/03-client/testnet-npmton.html index 7219077..15b672e 100644 --- a/docs/03-client/testnet-npmton.html +++ b/docs/03-client/testnet-npmton.html @@ -7,7 +7,7 @@

Step 1: Define usage patterns

The second usage pattern is a bit more special. Since TON Blockchain complements the Telegram messenger, we will also want to embed our dapp right into the Telegram app itself. Telegram provides special API for building Telegam Web Apps (TWAs). These tiny apps closely resemble websites and also rely on HTML and JavaScript. They normally run within the context of a Telegram bot and provide a sleek user experience without ever leaving the host Telegram app.


-

During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.

+

During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.

Step 2: Set up your local machine

Before we can start writing code, we need to install certain developer tools on our computer.

Since our frontend will run inside a browser, it will be implemented in JavaScript. The most convenient runtime for developing JavaScript projects is Nodejs. The installation instructions are here. We will need a fairly recent version of node like v16 or v17. You can verify your nodejs version by running node -v in terminal.

diff --git a/docs/03-client/testnet-npmton.md b/docs/03-client/testnet-npmton.md index 3c21e1a..c0816a0 100644 --- a/docs/03-client/testnet-npmton.md +++ b/docs/03-client/testnet-npmton.md @@ -15,7 +15,7 @@ The second usage pattern is a bit more special. Since TON Blockchain complements
-During the course of this tutorial we will create a single codebase that will accomodate both usage patterns. +During the course of this tutorial we will create a single codebase that will accommodate both usage patterns. ## Step 2: Set up your local machine