Skip to content

Commit 94e9140

Browse files
committed
Grammar
1 parent 0107e03 commit 94e9140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch-test-macro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ There are a few rules, though:
6868
- `String`: It returns the name of the test.
6969
- `Client`: It creates a client like that: `Client::new("http://localhost:7700", "masterKey")`.
7070
- `Index`: It creates and deletes an index, as we've seen before.
71-
You can include multiple `Index` parameter to automatically create multiple indices.
71+
You can include multiple `Index` parameter to automatically create multiple indexes.
7272

7373
2. You only get what you asked for. That means if you don't ask for an index, no index will be created in meilisearch.
7474
So, if you are testing the creation of indexes, you can ask for a `Client` and a `String` and then create it yourself.

0 commit comments

Comments
 (0)