Skip to content

Commit

Permalink
Improve consistency (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv authored Aug 19, 2023
1 parent 83f7310 commit 6fd1827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/hosting/deno-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ To do that, send a request to
https://api.telegram.org/bot<token>/setWebhook?url=<url>
```

replacing `<token>` with your bot's token, and `<url>` with the full URL of your app along with the path to the webhook handler.
replacing `<token>` with your bot token, and `<url>` with the full URL of your app along with the path to the webhook handler.
2 changes: 1 addition & 1 deletion site/docs/hosting/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ To do that, send a request to
https://api.telegram.org/bot<token>/setWebhook?url=<url>
```

replacing `<token>` with your bot's token, and `<url>` with the full URL of your app along with the path to the webhook handler.
replacing `<token>` with your bot token, and `<url>` with the full URL of your app along with the path to the webhook handler.

### Dockerfile Optimization

Expand Down

0 comments on commit 6fd1827

Please sign in to comment.