diff --git a/components.go b/components.go index 6beb90575..41c81697a 100644 --- a/components.go +++ b/components.go @@ -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"`