From 15149e0a686d374c2861a0790898203bb8174db7 Mon Sep 17 00:00:00 2001 From: Daisuke Suzuki Date: Tue, 10 Aug 2021 20:31:26 +0900 Subject: [PATCH] Update docs/_tutorials/ja_getting_started_http.md Co-authored-by: Kazuhiro Sera --- docs/_tutorials/ja_getting_started_http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/ja_getting_started_http.md b/docs/_tutorials/ja_getting_started_http.md index 134f7b8b6..766494b4d 100644 --- a/docs/_tutorials/ja_getting_started_http.md +++ b/docs/_tutorials/ja_getting_started_http.md @@ -78,7 +78,7 @@ Bolt パッケージを新しいプロジェクトにインストールする前 export SLACK_SIGNING_SECRET= ``` -2. **OAuth & Permissions ページからボット (xoxb) トークンをコピー**し、それを別の環境変数に格納します。 +2. **OAuth & Permissions ページからボット (xoxb) トークンをコピー**し、それを別の環境変数に格納します。 ```shell export SLACK_BOT_TOKEN=xoxb- ```