diff --git a/docs/pages/api/autocomplete.md b/docs/pages/api/autocomplete.md index e158319ee8f7f7..3785943a126bed 100644 --- a/docs/pages/api/autocomplete.md +++ b/docs/pages/api/autocomplete.md @@ -98,10 +98,10 @@ Any other props supplied will be provided to the root element (native element). | input | .MuiAutocomplete-input | Styles applied to the input element. | inputFocused | .MuiAutocomplete-inputFocused | Styles applied to the input element if tag focused. | endAdornment | .MuiAutocomplete-endAdornment | Styles applied to the endAdornment element. -| clearIndicator | .MuiAutocomplete-clearIndicator | Styles applied to the clear indictator. -| clearIndicatorDirty | .MuiAutocomplete-clearIndicatorDirty | Styles applied to the clear indictator if the input is dirty. -| popupIndicator | .MuiAutocomplete-popupIndicator | Styles applied to the popup indictator. -| popupIndicatorOpen | .MuiAutocomplete-popupIndicatorOpen | Styles applied to the popup indictator if the popup is open. +| clearIndicator | .MuiAutocomplete-clearIndicator | Styles applied to the clear indicator. +| clearIndicatorDirty | .MuiAutocomplete-clearIndicatorDirty | Styles applied to the clear indicator if the input is dirty. +| popupIndicator | .MuiAutocomplete-popupIndicator | Styles applied to the popup indicator. +| popupIndicatorOpen | .MuiAutocomplete-popupIndicatorOpen | Styles applied to the popup indicator if the popup is open. | popper | .MuiAutocomplete-popper | Styles applied to the popper element. | popperDisablePortal | .MuiAutocomplete-popperDisablePortal | Styles applied to the popper element if `disablePortal={true}`. | paper | .MuiAutocomplete-paper | Styles applied to the `Paper` component.