Skip to content

Commit

Permalink
Merge pull request #568 from Awlexus/typo-fix
Browse files Browse the repository at this point in the history
Change `command` to `component` in documentation
  • Loading branch information
jchristgit authored May 2, 2024
2 parents c34a563 + 4826d64 commit 08b03a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nostrum/struct/component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ defmodule Nostrum.Struct.Component do
@type type :: integer()

@typedoc """
Used to identify the command when the interaction is sent to you from the user.
Used to identify the component when the interaction is sent to you from the user.
Valid for [Interaction Buttons](#module-interaction-button), [Select Menus](#module-select-menu), and [Text Input](#module-text-input).
"""
Expand Down

0 comments on commit 08b03a1

Please # to comment.