Skip to content

Commit 27bb0e9

Browse files
authored
Update highlight code sample to use single quotes
1 parent c90b2e8 commit 27bb0e9

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
@@ -239,7 +239,7 @@ search_parameter_guide_highlight_tag_1: |-
239239
client.index('movies').search('winter feast', {
240240
attributes_to_highlight: ['overview'],
241241
highlight_pre_tag: '<span class="highlight">',
242-
highlight_post_tag: "</span>"
242+
highlight_post_tag: '</span>'
243243
})
244244
search_parameter_guide_matches_1: |-
245245
client.index('movies').search('winter feast', {

0 commit comments

Comments
 (0)