From ad8b4d9c30bfdd086839d2dcd8988cc1effe156a Mon Sep 17 00:00:00 2001 From: DreamsVoid Date: Thu, 2 Jan 2020 22:26:17 +0000 Subject: [PATCH] Update configuring-playbook-bridge-mautrix-telegram.md typographical error --- docs/configuring-playbook-bridge-mautrix-telegram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bridge-mautrix-telegram.md b/docs/configuring-playbook-bridge-mautrix-telegram.md index 18bd630d..a5956cb6 100644 --- a/docs/configuring-playbook-bridge-mautrix-telegram.md +++ b/docs/configuring-playbook-bridge-mautrix-telegram.md @@ -17,5 +17,5 @@ You then need to start a chat with `@telegrambot:YOUR_DOMAIN` (where `YOUR_DOMAI If you want to use the relay-bot feature ([relay bot documentation](https://github.com/tulir/mautrix-telegram/wiki/Relay-bot)), which allows anonymous user to chat with telegram users, use the following additional playbook configuration: ```yaml -matrix_mautrix_telegram_bot_token: YOUT_TELEGRAM_BOT_TOKEN +matrix_mautrix_telegram_bot_token: YOUR_TELEGRAM_BOT_TOKEN ```