Skip to content

Commit c33771b

Browse files
authored
03-responding-to-slack-events.md
the wrong word was fixed from "Add the the following line under the previous code" to "Add the following line under the previous code"
1 parent 1a4e48a commit c33771b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/03-responding-to-slack-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ slack_web_client = WebClient(token=os.environ['SLACK_BOT_TOKEN'])
5454

5555
Next we'll need our app to store some data. For simplicity we'll store our app data in-memory with the following data structure: `{"channel": {"user_id": OnboardingTutorial}}`.
5656

57-
- Add the the following line under the previous code:
57+
- Add the following line under the previous code:
5858

5959
```Python
6060
onboarding_tutorials_sent = {}

0 commit comments

Comments
 (0)