Skip to content

Commit 62b1ed7

Browse files
authored
[Workers] fix typo in tutorials/build-a-slackbot (cloudflare#3227)
1 parent 54756b8 commit 62b1ed7

File tree

1 file changed

+1
-1
lines changed
  • products/workers/src/content/tutorials/build-a-slackbot

1 file changed

+1
-1
lines changed

products/workers/src/content/tutorials/build-a-slackbot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ There are many different event types that can be enabled for your webhook. Selec
8787

8888
![Create a GitHub Webhook](./media/new-github-webhook.png)
8989

90-
When your webhook is created, it will attempt to send a test payload to your application. Since your application is not actually deployed yet, leave the configuration as it is. You will later return to your repository to create, edit, and close some issues to ensure that the the webhook is working once your application is deployed.
90+
When your webhook is created, it will attempt to send a test payload to your application. Since your application is not actually deployed yet, leave the configuration as it is. You will later return to your repository to create, edit, and close some issues to ensure that the webhook is working once your application is deployed.
9191

9292
## Generate
9393

0 commit comments

Comments
 (0)