Skip to content

Commit 8ceecc4

Browse files
Fix spelling
1 parent 605ae4c commit 8ceecc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ slash commands just yet. We can do that by adding this code shown here:
5656
5757
.. note::
5858
In this example we responded directly to the interaction, however if you want to delay the response (if you need more than 3 seconds before sending a message)
59-
you can defer the response for up to 15 miniuties with :meth:`ctx.defer() <.SlashContext.defer()>`, this displays a "Bot is thinking" message.
59+
you can defer the response for up to 15 minutes with :meth:`ctx.defer() <.SlashContext.defer()>`, this displays a "Bot is thinking" message.
6060
However do not defer the response if you will be able to respond (send) within three seconds as this will cause a message to flash up
6161

6262
Let's compare some of the major code differences between the prior examples in order

0 commit comments

Comments
 (0)