From 9e0e3bec76dc85da7b2d03ce3ee4a936f1b0e947 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 22 Apr 2022 09:32:43 -0400 Subject: [PATCH] Syntax fix in whats-new-in-v8-5.md (#48111) (#48119) (cherry picked from commit 147a1600e7905c4cd30a462ea67aee4e52a921d6) Co-authored-by: Alexandre de Verteuil --- docs/sources/whatsnew/whats-new-in-v8-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/whatsnew/whats-new-in-v8-5.md b/docs/sources/whatsnew/whats-new-in-v8-5.md index e1ae48e525a..997091d850e 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-5.md +++ b/docs/sources/whatsnew/whats-new-in-v8-5.md @@ -58,7 +58,7 @@ The Bar gauge panel now supports scrolling to support displaying large datasets ### Template variable substitution -We’ve added support to substitute template variables to transformations. This allows dashboards to be more interactive with transformations when a user inputs calculations and $**interval and $**interval_ms. +We’ve added support to substitute template variables to transformations. This allows dashboards to be more interactive with transformations when a user inputs calculations and `$__interval` and `$__interval_ms`. ### Grouping to matrix