From d4a1fad604f0551a2b7bdf362631ae59624f2689 Mon Sep 17 00:00:00 2001 From: Nate Walters <89402456+nate-walters-grafana@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:03:32 -0800 Subject: [PATCH] Chore: fix docs typo (#43980) --- docs/sources/variables/variable-types/global-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/variables/variable-types/global-variables.md b/docs/sources/variables/variable-types/global-variables.md index c7656ce3009..ab02f3ae6d6 100644 --- a/docs/sources/variables/variable-types/global-variables.md +++ b/docs/sources/variables/variable-types/global-variables.md @@ -15,11 +15,11 @@ Grafana has global built-in variables that can be used in expressions in the que This variable is the name of the current dashboard. -## $**from and $**to +## $\_\_from and $\_\_to Grafana has two built in time range variables: `$__from` and `$__to`. They are currently always interpolated as epoch milliseconds by default but you can control date formatting. -> This special formatting syntax is only available in Grafan a 7.1.2+ +> This special formatting syntax is only available in Grafana 7.1.2+ | Syntax | Example result | Description | | ------------------------ | ------------------------ | --------------------------------------------------------------------------------------------------------- |