Skip to content

Commit

Permalink
fix mini -> web apps
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Sep 12, 2023
1 parent 937f77a commit e3b0672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/develop/dapps/telegram-apps/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Telegram Web Apps are web-based applications that are designed to work within th

Telegram bots can completely replace any website. They support seamless authorization, integrated payments via 20 payment providers (with Google Pay and Apple Pay out of the box), delivering tailored push notifications to users, and much more.

With Web Apps (mini apps), bots get a whole new dimension. Bot developers can create infinitely flexible interfaces with JavaScript, the most widely used programming language in the world.
With Web Apps, bots get a whole new dimension. Bot developers can create infinitely flexible interfaces with JavaScript, the most widely used programming language in the world.

Here are some key points about Telegram Web Apps:

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/dapps/telegram-apps/app-examples.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Button from '@site/src/components/button'

# Mini Apps Examples
# TWA Examples

Check out the examples below to see how to create your own Telegram Web App.

Expand Down
4 changes: 2 additions & 2 deletions docs/develop/dapps/telegram-apps/step-by-step-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Step-By-Step Guide

Telegram Mini Apps are web applications that run inside the Telegram messenger. They are built using web technologies — HTML, CSS, and JavaScript. Telegram Mini Apps can be used to create DApps, games, and other types of apps that can be run inside Telegram.
Telegram Web Apps are web applications that run inside the Telegram messenger. They are built using web technologies — HTML, CSS, and JavaScript. Telegram Mini Apps can be used to create DApps, games, and other types of apps that can be run inside Telegram.

## Create your App

Expand All @@ -13,7 +13,7 @@ Telegram Mini Apps are web applications that run inside the Telegram messenger.

2. Once the script is connected, a **[window.Telegram.WebApp](https://core.telegram.org/bots/webapps#initializing-web-apps)** object become available. You can read more about creating Mini App utilising [`telegram-web-app.js`](https://core.telegram.org/bots/webapps#initializing-web-apps) here.

3. The modern way to connect SDK is npm package for Telegram Mini Apps SDK:
3. The modern way to connect SDK is npm package for Telegram Web Apps SDK:

```bash npm2yarn
npm i @twa-dev/sdk
Expand Down

0 comments on commit e3b0672

Please sign in to comment.