From bd818be36fd0fe8d86ab0a906d69c92fb120ff16 Mon Sep 17 00:00:00 2001 From: bob454522 <60830628+bob454522@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:40:46 -0500 Subject: [PATCH] Too many tick chars on line 75 (#50708) there are 4x ticks on line 75, when there should be 3x. this is causing all of the 9.0beta2 changelog notes to be commented out and not visible to the public on the changelog. changing the 4x ticks to 3x ticks fixes this (on line 75). (LOVE GRAFANA!) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362060af120..f14efc90861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ Migration should just be a matter of going from to -````tsx +```tsx {