Skip to content

Commit 0284ae0

Browse files
authored
Update README.md
1 parent d2eaaed commit 0284ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ genres:
176176
`matchingStrategy` gives you the possibility to choose how Meilisearch should handle the presence of multiple query words, see [documentation](https://docs.meilisearch.com/reference/api/search.html#matching-strategy).
177177

178178
For example, if your query is `hello world` by default Meilisearch returns documents containing either both `hello` and `world` or documents that only contain `hello`. This is the `last` strategy, where words are stripped from the right.
179-
The other strategy is `all`, where both `hello` and `worlds` **must** be present in a document for it to be returned.
179+
The other strategy is `all`, where both `hello` and `world` **must** be present in a document for it to be returned.
180180

181181

182182
```js

0 commit comments

Comments
 (0)