From c4ac6978e8480d555397008473fc159b37a1d2a3 Mon Sep 17 00:00:00 2001 From: Javier Lopez Date: Sun, 12 Apr 2020 15:54:14 -0500 Subject: [PATCH] Fixed indentation on example (#12885) keyboard was inside the incorrect data structure. --- source/_integrations/telegram.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/telegram.markdown b/source/_integrations/telegram.markdown index 67b0991aff0..363c1c9fde6 100644 --- a/source/_integrations/telegram.markdown +++ b/source/_integrations/telegram.markdown @@ -288,9 +288,9 @@ action: document: file: /tmp/whatever.odf caption: Document Title xy - keyboard: - - '/command1, /command2' - - '/command3, /command4' + keyboard: + - '/command1, /command2' + - '/command3, /command4' ``` {% configuration %}