Skip to content

Commit

Permalink
Add missing word (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelax authored Dec 19, 2024
1 parent 4be90bc commit d583cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/guide/deployment-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const endpoint = ""; // <-- put your URL here
await bot.api.setWebhook(endpoint);
```

Finally, sure to read [Marvin's Marvellous Guide to All Things Webhook](https://core.telegram.org/bots/webhooks) written by the Telegram team if you consider [running your bot on webhooks on a VPS](../hosting/vps#running-the-bot-on-webhooks).
Finally, make sure to read [Marvin's Marvellous Guide to All Things Webhook](https://core.telegram.org/bots/webhooks) written by the Telegram team if you consider [running your bot on webhooks on a VPS](../hosting/vps#running-the-bot-on-webhooks).

### Web Framework Adapters

Expand Down

0 comments on commit d583cb4

Please sign in to comment.