Skip to content

Commit c208846

Browse files
committed
Apply review changes
1 parent 0f44764 commit c208846

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/autocomplete-client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Since `autocomplete.js` provides the possibility to use a custom `data source`,
4343

4444
For general information on how to use Meilisearch—such as our API reference, tutorials, guides, and in-depth articles—refer to our [main documentation website](https://docs.meilisearch.com/).
4545

46-
For information on how to use the `autocomplete` library refer to its [documentation](https://www.algolia.com/doc/ui-libraries/autocomplete/introduction/what-is-autocomplete/). It provides all the necessery information to set up your autocomplete experience.
46+
For information on how to use the `autocomplete` library refer to its [documentation](https://www.algolia.com/doc/ui-libraries/autocomplete/introduction/what-is-autocomplete/). It provides all the necessary information to set up your autocomplete experience.
4747

4848
## 🔧 Installation
4949

@@ -165,7 +165,7 @@ Specify the field in your documents containing the [unique identifier](https://d
165165

166166
If in your autocomplete implementation you are showing the facet values distribution, same values may completely disapear when they have no matching documents in the current filtering state.
167167

168-
by setting this option to `true`, the facet values do not disapear and instead are given the distribution `0`.
168+
By setting this option to `true`, the facet values do not disapear and instead are given the distribution `0`.
169169

170170
With `keepZeroFacets` set to `true`:
171171

@@ -200,7 +200,7 @@ The other strategy is `all`, where both `hello` and `world` **must** be present
200200

201201
You can provide a custom request configuration. Available field can be [found here](https://fetch.spec.whatwg.org/#requestinit).
202202

203-
for example, with custom headers.
203+
For example, with custom headers:
204204

205205
```ts
206206
{

playgrounds/autocomplete/cypress/integration/search-ui.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe(`${playground} playground test`, () => {
2626
cy.get(HIT_TITLE).eq(0).contains('Counter-Strike')
2727
})
2828

29-
it('Snippet and highlight component compatibility', () => {
29+
it('Should ensure the snippet and highlight component are rendered correctly', () => {
3030
cy.get('#autocomplete-0-input').type('Counter-Strike')
3131
cy.wait(1000)
3232
cy.get(HIT_TITLE).eq(0).children('test').eq(0).contains('Counter')

0 commit comments

Comments
 (0)