diff --git a/src/components/autocomplete/AutoComplete.d.ts b/src/components/autocomplete/AutoComplete.d.ts index 6164f7f63..2a3e8a53b 100755 --- a/src/components/autocomplete/AutoComplete.d.ts +++ b/src/components/autocomplete/AutoComplete.d.ts @@ -92,7 +92,7 @@ export interface AutoCompleteProps { * Property name or getter function to use as the label of an option group. * @see AutoCompletenOptionLabelType */ - optionGroupLabel?: AutoCompletenOptionLabelType; + optionGroupLabel?: AutoCompleteOptionLabelType; /** * Property name or getter function that refers to the children options of option group. * @see AutoCompleteOptionChildrenType