From 07458b29b6dc622d1dde6858483f494545b04916 Mon Sep 17 00:00:00 2001 From: kohta ito Date: Fri, 20 Dec 2019 17:21:36 +0900 Subject: [PATCH] remove tab and fix indent --- docs/_tutorials/getting_started.md | 4 ++-- docs/_tutorials/ja_getting_started.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_tutorials/getting_started.md b/docs/_tutorials/getting_started.md index 8eaac340f..8208435af 100644 --- a/docs/_tutorials/getting_started.md +++ b/docs/_tutorials/getting_started.md @@ -218,7 +218,7 @@ app.message('hello', ({ message, say }) => { say({ blocks: [ { - "type": "section", + "type": "section", "text": { "type": "mrkdwn", "text": `Hey there <@${message.user}>!` @@ -231,7 +231,7 @@ app.message('hello', ({ message, say }) => { }, "action_id": "button_click" } - } + } ] }); }); diff --git a/docs/_tutorials/ja_getting_started.md b/docs/_tutorials/ja_getting_started.md index 00ddfcbe4..ce925e05d 100644 --- a/docs/_tutorials/ja_getting_started.md +++ b/docs/_tutorials/ja_getting_started.md @@ -221,7 +221,7 @@ app.message('hello', ({ message, say }) => { say({ blocks: [ { - "type": "section", + "type": "section", "text": { "type": "mrkdwn", "text": `Hey there <@${message.user}>!` @@ -234,7 +234,7 @@ app.message('hello', ({ message, say }) => { }, "action_id": "button_click" } - } + } ] }); });