Skip to content

Commit

Permalink
Update highlight code sample to use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali authored May 5, 2022
1 parent c90b2e8 commit 27bb0e9
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 @@ -239,7 +239,7 @@ search_parameter_guide_highlight_tag_1: |-
client.index('movies').search('winter feast', {
attributes_to_highlight: ['overview'],
highlight_pre_tag: '<span class="highlight">',
highlight_post_tag: "</span>"
highlight_post_tag: '</span>'
})
search_parameter_guide_matches_1: |-
client.index('movies').search('winter feast', {
Expand Down

0 comments on commit 27bb0e9

Please sign in to comment.