From 0711c576b85e26c76edc9afb1970527431308e89 Mon Sep 17 00:00:00 2001 From: Thomas Dashney Date: Tue, 12 Nov 2019 20:11:21 -0500 Subject: [PATCH] Fix typo in autocomplete docs --- docs/src/pages/components/autocomplete/autocomplete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/autocomplete/autocomplete.md b/docs/src/pages/components/autocomplete/autocomplete.md index a25b409c0d272a..09c28c1001dd79 100644 --- a/docs/src/pages/components/autocomplete/autocomplete.md +++ b/docs/src/pages/components/autocomplete/autocomplete.md @@ -47,7 +47,7 @@ Set `freeSolo` to true so the textbox can contain any arbitrary value. ## `useAutocomplete` For advanced customization use cases, we expose a `useAutocomplete()` hook. -It accepts almost the same options as the Autocomplete component minor all the props +It accepts almost the same options as the Autocomplete component minus all the props related to the rendering of JSX. The Autocomplete component uses this hook internally.