Skip to content

Commit

Permalink
Merge pull request #352 from koh110/doc
Browse files Browse the repository at this point in the history
Change Indent on Tutorial
  • Loading branch information
seratch authored Dec 20, 2019
2 parents 26257d6 + 07458b2 commit 449b880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/_tutorials/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ app.message('hello', ({ message, say }) => {
say({
blocks: [
{
"type": "section",
"type": "section",
"text": {
"type": "mrkdwn",
"text": `Hey there <@${message.user}>!`
Expand All @@ -231,7 +231,7 @@ app.message('hello', ({ message, say }) => {
},
"action_id": "button_click"
}
}
}
]
});
});
Expand Down
4 changes: 2 additions & 2 deletions docs/_tutorials/ja_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ app.message('hello', ({ message, say }) => {
say({
blocks: [
{
"type": "section",
"type": "section",
"text": {
"type": "mrkdwn",
"text": `Hey there <@${message.user}>!`
Expand All @@ -234,7 +234,7 @@ app.message('hello', ({ message, say }) => {
},
"action_id": "button_click"
}
}
}
]
});
});
Expand Down

0 comments on commit 449b880

Please sign in to comment.