From 6ab4f643b32918272921f20a3513a0cb3154861c Mon Sep 17 00:00:00 2001 From: Denis Forveille Date: Wed, 17 Aug 2022 10:19:20 -0400 Subject: [PATCH] Update AutoComplete.d.ts typo: changed "AutoCompletenOptionLabelType" to "AutoCompleteOptionLabelType" (removed extra "n") --- src/components/autocomplete/AutoComplete.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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