This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 966ee7e typo corrected
966ee7e is described below
commit 966ee7e5bcb94c149f6be28ef0437a63c2f6c839
Author: Muhammed Talha Çevik <[email protected]>
AuthorDate: Thu Oct 15 22:13:31 2020 +0300
typo corrected
---
integration-tests/telegram/README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration-tests/telegram/README.adoc
b/integration-tests/telegram/README.adoc
index 91834d2..e735210 100644
--- a/integration-tests/telegram/README.adoc
+++ b/integration-tests/telegram/README.adoc
@@ -8,7 +8,7 @@ Then set the following environment variables:
[source,shell]
----
-$ export TELEGRAM_AUTHORIZATION_TOKEN=my-autorization-token
+$ export TELEGRAM_AUTHORIZATION_TOKEN=my-authorization-token
$ export TELEGRAM_CHAT_ID=my-chatId
----