diff --git a/src/components/autocomplete/AutoComplete.d.ts b/src/components/autocomplete/AutoComplete.d.ts index 2a3e8a53b..b988d783c 100755 --- a/src/components/autocomplete/AutoComplete.d.ts +++ b/src/components/autocomplete/AutoComplete.d.ts @@ -90,7 +90,7 @@ export interface AutoCompleteProps { optionDisabled?: AutoCompleteOptionDisabledType; /** * Property name or getter function to use as the label of an option group. - * @see AutoCompletenOptionLabelType + * @see AutoCompleteOptionLabelType */ optionGroupLabel?: AutoCompleteOptionLabelType; /**