Skip to content

Commit 29d4182

Browse files
authored
Merge pull request #703 from Sujin1135/patch-1
Fix a typo in 03-responding-to-slack-events.md
2 parents 9c22fab + c33771b commit 29d4182

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)