Skip to content

Commit 29a50bb

Browse files
docs(MappedComponentTypes): fix "inpiut" typo (discordjs#10306)
* Fix typo in components Fixes a typo in components. * docs: an -> a --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
1 parent d22b55f commit 29a50bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/builders/src/components/Components.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@ export interface MappedComponentTypes {
2323
*/
2424
[ComponentType.ActionRow]: ActionRowBuilder<AnyComponentBuilder>;
2525
/**
26-
* The button component type is associated with an {@link ButtonBuilder}.
26+
* The button component type is associated with a {@link ButtonBuilder}.
2727
*/
2828
[ComponentType.Button]: ButtonBuilder;
2929
/**
30-
* The string select component type is associated with an {@link StringSelectMenuBuilder}.
30+
* The string select component type is associated with a {@link StringSelectMenuBuilder}.
3131
*/
3232
[ComponentType.StringSelect]: StringSelectMenuBuilder;
3333
/**
34-
* The text inpiut component type is associated with an {@link TextInputBuilder}.
34+
* The text input component type is associated with a {@link TextInputBuilder}.
3535
*/
3636
[ComponentType.TextInput]: TextInputBuilder;
3737
/**
38-
* The user select component type is associated with an {@link UserSelectMenuBuilder}.
38+
* The user select component type is associated with a {@link UserSelectMenuBuilder}.
3939
*/
4040
[ComponentType.UserSelect]: UserSelectMenuBuilder;
4141
/**
42-
* The role select component type is associated with an {@link RoleSelectMenuBuilder}.
42+
* The role select component type is associated with a {@link RoleSelectMenuBuilder}.
4343
*/
4444
[ComponentType.RoleSelect]: RoleSelectMenuBuilder;
4545
/**
46-
* The mentionable select component type is associated with an {@link MentionableSelectMenuBuilder}.
46+
* The mentionable select component type is associated with a {@link MentionableSelectMenuBuilder}.
4747
*/
4848
[ComponentType.MentionableSelect]: MentionableSelectMenuBuilder;
4949
/**
50-
* The channel select component type is associated with an {@link ChannelSelectMenuBuilder}.
50+
* The channel select component type is associated with a {@link ChannelSelectMenuBuilder}.
5151
*/
5252
[ComponentType.ChannelSelect]: ChannelSelectMenuBuilder;
5353
}

0 commit comments

Comments
 (0)