From b6c9499fcbb4458cb9c1944bc918d98c696a8072 Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Thu, 10 Sep 2020 16:36:20 +0300 Subject: [PATCH] Fix the markdown and make the team_name non-confusing --- page_slack_button.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/page_slack_button.md b/page_slack_button.md index a3aa0e6..3d9b5b9 100644 --- a/page_slack_button.md +++ b/page_slack_button.md @@ -52,7 +52,7 @@ You will need to exchange the `code` for an access token using [the `oauth.acces { "access_token": "xoxp-XXXXXXXX-XXXXXXXX-XXXXX", "scope": "incoming-webhook,commands,bot", - "team_name": "Team Installing Your Hook", + "team_name": "Team Installing Your App", "team_id": "XXXXXXXXXX", "incoming_webhook": { "url": "https://hooks.slack.com/TXXXXX/BXXXXX/XXXXXXXXXX", @@ -88,7 +88,7 @@ Bot naming error: Since your bot inherits the name of the app, and is beholden Email [integrations@slack.com](mailto:integrations@slack.com) with any questions, feedback, or ideas that would help you get more use out of this, and we'll be more than happy to help. -###Share Your Incoming Webhook as a Slack App +### Share Your Incoming Webhook as a Slack App -[Create a Slack app](/slack-apps) to to package and distribute your incoming webhook and share it in our [application directory](https://slack.com/apps). +[Create a Slack app](/slack-apps) to package and distribute your incoming webhook and share it in our [application directory](https://slack.com/apps).