From 8070a326b7c9ff626fa854ce9250143d49281412 Mon Sep 17 00:00:00 2001 From: William Lachance Date: Mon, 26 Apr 2021 19:24:23 -0400 Subject: [PATCH] No issue - Properly quote description for ad metric (#19243) This is pedantic, but strictly something called is considered an HTML tag unless it's in a code block (backticks). See mozilla/glean-dictionary#549 and mozilla/glean-dictionary#497. I'm going to fix this upstream but figured I might as well file a PR here to fix the underlying issue. --- app/metrics.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index 59f89331d..8eb6325b8 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -3949,7 +3949,7 @@ browser.search: type: labeled_counter description: | Records counts of SERP pages with adverts displayed. - The key format is ‘’. + The key format is ``. send_in_pings: - metrics bugs: @@ -3966,7 +3966,7 @@ browser.search: type: labeled_counter description: | Records clicks of adverts on SERP pages. - The key format is ‘’. + The key format is ``. send_in_pings: - metrics bugs: