Skip to content

Commit c5ab99b

Browse files
docs(components): fix typo in label.
Co-authored-by: Thomas Petersson <[email protected]>
1 parent d0d7e6b commit c5ab99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/models/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Button(DictSerializerMixin):
114114
:ivar ComponentType type: The type of button. Always defaults to ``2``.
115115
:ivar ButtonStyle style: The style of the button.
116116
:ivar str label: The label of the button.
117-
:ivar Optional[Emoji] emoji?: The emoji used alongside the laebl of the button.
117+
:ivar Optional[Emoji] emoji?: The emoji used alongside the label of the button.
118118
:ivar Optional[str] custom_id?: The customized "ID" of the button.
119119
:ivar Optional[str] url?: The URL route/path of the button.
120120
:ivar Optional[bool] disabled?: Whether the button is unable to be used.

0 commit comments

Comments
 (0)