Skip to content

Commit

Permalink
docs(SelectMenu): correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Dec 8, 2023
1 parent 0068a2d commit f7800ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ type SelectMenu struct {
// This value determines the maximal amount of selected items in the menu.
// If MaxValues or MinValues are greater than one then the user can select multiple items in the component.
MaxValues int `json:"max_values,omitempty"`
// List of default values for auto-populated select menu.
// List of default values for auto-populated select menus.
// NOTE: Number of entries should be in the range defined by MinValues and MaxValues.
DefaultValues []SelectMenuDefaultValue `json:"default_values,omitempty"`

Expand Down

0 comments on commit f7800ef

Please sign in to comment.