Skip to content

Commit

Permalink
[docs] Fix typo in autocomplete docs (#18343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dashney authored and oliviertassinari committed Nov 13, 2019
1 parent 15b9f58 commit 49af7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/autocomplete/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 49af7b3

Please sign in to comment.