Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Fix typo #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/wiki/games/games-in-telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ a request is usually made to backend (bot's ASP.NET Core app) and bot makes a `s

Similarly, for getting high scores, a request from HTML page(game) could be sent to backend. Then, bot makes a `getGameHighScores` call to Bot API and passes back the high scores to the game.

## Deoployment
## Deployment

Your Game's HTML page can be anywhere on the internet. It's worth mentioning as a web developer, you should consider many things in your deployment such as:

Expand Down