Skip to content

Commit 48e7936

Browse files
docs(core): fix hierarchy level
1 parent 24ec148 commit 48e7936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/website/docs/partials/createAutocomplete-props.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ The function called when the Autocomplete form is reset.
9292

9393
### `onInput`
9494

95-
> `(params: {query: string, state: AutocompleteState, ...setters }) => void`
95+
> `(params: { query: string, state: AutocompleteState, ...setters }) => void`
9696
9797
The function called when the input changes.
9898

9999
This turns the experience in controlled mode, leaving you in charge of updating the state.
100100

101-
## `debug`
101+
### `debug`
102102

103103
> `boolean` | defaults to `false`
104104

0 commit comments

Comments
 (0)