Skip to content

Commit eed607f

Browse files
alallemabidoubiwa
andauthored
Update .code-samples.meilisearch.yaml
Co-authored-by: cvermand <[email protected]>
1 parent 6d17863 commit eed607f

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
@@ -6,7 +6,7 @@
66
get_one_index_1: |-
77
client.get_index('movies')
88
list_all_indexes_1: |-
9-
client.get_indexes({'limit':3})
9+
client.get_indexes({'limit': 3})
1010
create_an_index_1: |-
1111
client.create_index('movies', {'primaryKey': 'id'})
1212
update_an_index_1: |-

0 commit comments

Comments
 (0)