Skip to content

Commit 9ec5e95

Browse files
bors[bot]bidoubiwa
andauthored
Merge #1069
1069: Rename wrong code-sample id r=bidoubiwa a=bidoubiwa Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 55eb08c + 7cbf6c1 commit 9ec5e95

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
@@ -5,7 +5,7 @@
55
---
66
get_one_index_1: |-
77
client.index('movies').getRawInfo()
8-
get_all_indexes_1: |-
8+
list_all_indexes_1: |-
99
client.getIndexes()
1010
create_an_index_1: |-
1111
client.createIndex('movies', { primaryKey: 'movie_id' })

0 commit comments

Comments
 (0)