Skip to content

Commit 97e44f1

Browse files
Merge #633
633: Add missing `$` to documentation code sample r=norkunas a=guimachiavelli ## Related issue Fixes [issue first reported on the documentation repo](meilisearch/documentation#2782). ## What does this PR do? Add missing `$` to documentation code sample Co-authored-by: gui machiavelli <[email protected]>
2 parents 1f796ca + 90d50ae commit 97e44f1

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
@@ -670,7 +670,7 @@ update_faceting_settings_1: |-
670670
reset_faceting_settings_1: |-
671671
$client->index('books')->resetFaceting();
672672
multi_search_1: |-
673-
client->multiSearch([
673+
$client->multiSearch([
674674
(new SearchQuery())
675675
->setIndexUid('movies')
676676
->setQuery('pooh')

0 commit comments

Comments
 (0)