Skip to content

Commit 1308eb9

Browse files
Merge #1321
1321: Fix code sample from the getting started r=bidoubiwa a=bidoubiwa Index should be `movies` but was `movie`. Co-authored-by: Charlotte Vermandel <[email protected]> Co-authored-by: cvermand <[email protected]>
2 parents dc05398 + f679b0a commit 1308eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ getting_started_add_documents_md: |-
415415
**Use**
416416
```js
417417
const client = new MeiliSearch({ host: 'http://localhost:7700' })
418-
client.index('movie').addDocuments(movies)
418+
client.index('movies').addDocuments(movies)
419419
.then((res) => console.log(res))
420420
```
421421

0 commit comments

Comments
 (0)