diff --git a/docs/sources/linking/data-link-variables.md b/docs/sources/linking/data-link-variables.md index a2f2cd07299..76faf455886 100644 --- a/docs/sources/linking/data-link-variables.md +++ b/docs/sources/linking/data-link-variables.md @@ -57,6 +57,6 @@ Value-specific variables are available under `__value` namespace: When linking to another dashboard that uses template variables, select variable values for whoever clicks the link. -`${myvar:queryparams}` - where `myvar` is a name of the template variable that matches one in the current dashboard that you want to use. +`${myvar:queryparam}` - where `myvar` is a name of the template variable that matches one in the current dashboard that you want to use. If you want to add all of the current dashboard's variables to the URL, then use `__all_variables`.