Skip to content

Commit f0e6097

Browse files
Fix typos in readme
Co-authored-by: Bruno Casali <[email protected]>
1 parent 68e9dfc commit f0e6097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,9 +625,9 @@ The `hierarchicalMenu` widget is used to create navigation based on a hierarchy
625625
- ✅ cssClasses: The CSS classes to override.
626626

627627
#### Hierarchical Menu Usage
628-
To make it work with Meilisearch your documents must have a specific structure, explaination on the structure can [be found here](https://www.algolia.com/doc/api-reference/widgets/hierarchical-menu/js/#requirements).
628+
To make it work with Meilisearch your documents must have a specific structure, an explanation of the structure can [be found here](https://www.algolia.com/doc/api-reference/widgets/hierarchical-menu/js/#requirements).
629629

630-
Contrary to `instantsearch.js`, the hierchical fields are added in [`filterableAttributes`](https://docs.meilisearch.com/reference/api/filterable_attributes.html#update-filterable-attributes).
630+
Contrary to `instantsearch.js`, the hierarchical fields are added in [`filterableAttributes`](https://docs.meilisearch.com/reference/api/filterable_attributes.html#update-filterable-attributes).
631631

632632
Example:
633633
Give the following document structure:

0 commit comments

Comments
 (0)