docs(SelectMenu): correct a typo

This commit is contained in:
Fedor Lapshin 2023-12-08 15:49:23 +03:00
parent 0068a2db3c
commit f7800efc52
No known key found for this signature in database
GPG key ID: 492D745FB49D2DAB

View file

@ -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"`