Fix typos in comments and documentation (#2608)
* Fix typos in comments and documentations * Fixes more typo
This commit is contained in:
@@ -18,7 +18,7 @@ Casting only works for types that inherit the base type that you want to unbox f
|
||||
A boxed object is the definition of an object that was simplified (or trimmed) by incoming traffic,
|
||||
but still owns the data of the originally constructed type. Boxing is an implicit operation.
|
||||
|
||||
Through casting, we can **unbox** this type, and access the properties that were unaccessible before.
|
||||
Through casting, we can **unbox** this type, and access the properties that were inaccessible before.
|
||||
|
||||
## Unboxing
|
||||
|
||||
|
||||
@@ -87,8 +87,8 @@ exist under a category.
|
||||

|
||||
|
||||
* A **Slash command** ([ISlashCommandInteraction]) is an application command executed in the text box, with provided parameters.
|
||||
* A **Message Command** ([IMessageCommandInteraction]) is an application command targetting a message.
|
||||
* An **User Command** ([IUserCommandInteraction]) is an application command targetting a user.
|
||||
* A **Message Command** ([IMessageCommandInteraction]) is an application command targeting a message.
|
||||
* An **User Command** ([IUserCommandInteraction]) is an application command targeting a user.
|
||||
* An **Application Command** ([IApplicationCommandInteraction]) is any of the above.
|
||||
* A **Message component** ([IMessageComponent]) is the interaction of a button being clicked/dropdown option(s) entered.
|
||||
* An **Autocomplete Interaction** ([IAutocompleteinteraction]) is an interaction that has been automatically completed.
|
||||
|
||||
Reference in New Issue
Block a user