Skip to content

Commit

Permalink
Fix typo in autocomplete docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdashney authored Nov 13, 2019
1 parent 24840a8 commit 0711c57
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 0711c57

Please sign in to comment.