Fix various typos

This commit is contained in:
Nihaal Sangha
2022-02-28 02:19:19 +00:00
committed by GitHub
parent 32f131566f
commit 90cabd1673
3 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ class TextInput(Item[V]):
label: :class:`str`
The label to display above the text input.
custom_id: :class:`str`
The ID of the text input that gets recieved during an interaction.
The ID of the text input that gets received during an interaction.
If not given then one is generated for you.
style: :class:`discord.TextStyle`
The style of the text input.