Skip to content

Commit ac79c1c

Browse files
authored
Fixed typo in README
1 parent fd40f31 commit ac79c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: github-to-slack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To test this integration:
2727
- Content type: `application/json`
2828
- Secret: `A_SECRET_YOU_DEFINE`
2929
- Which events would you like to trigger this webhook? `Just the push event.`
30-
- [Add an **Incomming Webhook**](https://my.slack.com/services/new/incoming-webhook/) to your Slack channel and take note of the **Webhook URL**.
30+
- [Add an **Incoming Webhook**](https://my.slack.com/services/new/incoming-webhook/) to your Slack channel and take note of the **Webhook URL**.
3131
- Set the `slack.webhook_url` and `github.secret` Google Cloud environment variables to match the email and password of the Gmail account used to send emails. For this use:
3232
```bash
3333
firebase functions:config:set slack.webhook_url="https://hooks.slack.com/services/..." github.secret="A_SECRET_YOU_DEFINED_WHEN_SETTING_UP_THE_GITHUB_WEBHOOK"

0 commit comments

Comments
 (0)