Skip to content

Commit

Permalink
Merge pull request #4 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
Update web_api.md
  • Loading branch information
0xflotus authored May 7, 2019
2 parents df56cee + 3746aee commit e7306d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_basic/web_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ app.message('wake me up', async ({ message, context }) => {
try {
// Call the chat.scheduleMessage method with a token
const result = await app.client.chat.scheduleMessage({
// The token you used to initalize your app is stored in the `context` object
// The token you used to initialize your app is stored in the `context` object
token: context.botToken,
channel: message.channel.id,
post_at: whenSeptemberEnds,
Expand Down

0 comments on commit e7306d0

Please sign in to comment.