diff --git a/learn/relevancy/ranking_rules.mdx b/learn/relevancy/ranking_rules.mdx index 1869cb564..5dc782f5a 100644 --- a/learn/relevancy/ranking_rules.mdx +++ b/learn/relevancy/ranking_rules.mdx @@ -110,7 +110,7 @@ The `attribute` rule sorts the results by [attribute importance](/learn/relevanc - Demonstrating the exactness ranking rule by searching for 'Knight' + Demonstrating the exactness ranking rule by searching for 'Knight' ### Exactness diff --git a/snippets/samples/code_samples_analytics_event_conversion_1.mdx b/snippets/samples/code_samples_analytics_event_conversion_1.mdx index 337556e8c..908f38af9 100644 --- a/snippets/samples/code_samples_analytics_event_conversion_1.mdx +++ b/snippets/samples/code_samples_analytics_event_conversion_1.mdx @@ -4,7 +4,7 @@ curl \ -X POST 'https://PROJECT_URL/events' \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer DEFAULT_SEARCH_API_KEY' + -H 'Authorization: Bearer DEFAULT_SEARCH_API_KEY' \ --data-binary '{ "eventType": "conversion", "eventName": "Product Added To Cart",