Skip to content

Commit 488046b

Browse files
authored
Merge pull request #610 from fetsorn/patch-1
Fix typo in app-examples.mdx
2 parents 8b29d83 + e3ff5e9 commit 488046b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/develop/dapps/telegram-apps/app-examples.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Don’t forget to choose GitHub Actions option for Build and Deployment in Setti
225225
226226
![Screenshot 2023-09-11 at 22.07.44.png](/img/docs/telegram-apps/modern-1.png)
227227
228-
And now we are going two add `@twa-dev/sdk`. Telegram distributes SDK via [link](https://core.telegram.org/bots/webapps#initializing-web-apps). It's kinda old fashion way to work with a library. `@twa-dev/sdk` package allows to work with SDK as with an npm package and with TypeScript support.
228+
And now we are going to add `@twa-dev/sdk`. Telegram distributes SDK via [link](https://core.telegram.org/bots/webapps#initializing-web-apps). It's kinda old fashion way to work with a library. `@twa-dev/sdk` package allows to work with SDK as with an npm package and with TypeScript support.
229229

230230
```bash npm2yarn
231231
npm install @twa-dev/sdk
@@ -295,6 +295,6 @@ To connect your Mini App to the Telegram, you need to create a bot and set up a
295295

296296
### Hints
297297

298-
With self-signed SSL certificate you can challenge issues with this kind of alerts. Click “Advanced” button and the click `Proceed <local dev server address here>`. Without this steps you will not be able to debug in web version of Telegram
298+
With self-signed SSL certificate you can encounter issues with this kind of alerts. Click “Advanced” button and the click `Proceed <local dev server address here>`. Without this steps you will not be able to debug in web version of Telegram
299299

300300
![Screenshot 2023-09-11 at 18.58.24.png](/img/docs/telegram-apps/modern-2.png)

0 commit comments

Comments
 (0)