Skip to content

Commit

Permalink
Fix yaml linter
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Aug 1, 2023
1 parent 06957ab commit 0dd9ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ get_documents_1: |-
getting_started_faceting: |-
$client->index('movies')
->updateFaceting([
'maxValuesPerFacet' => 2,
'maxValuesPerFacet' => 2,
'sortFacetValuesBy' => ['*' => 'count']
]);
getting_started_pagination: |-
Expand Down

0 comments on commit 0dd9ace

Please sign in to comment.