Skip to content

Commit

Permalink
Update listening_events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored May 7, 2019
1 parent 7596366 commit 3209855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_basic/listening_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `event()` method requires an `eventType` of type string.
```javascript
const welcomeChannelId = 'C12345';

// When a user joins the team, send a message in a predfined channel asking them to introduce themselves
// When a user joins the team, send a message in a predefined channel asking them to introduce themselves
app.event('team_join', async ({ event, context }) => {
try {
const result = await app.client.chat.postMessage({
Expand Down

0 comments on commit 3209855

Please sign in to comment.