From 02dc51b1b60c734de083a708992e63675d610b8d Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 23 Nov 2016 07:15:34 +0100 Subject: [PATCH] docs(influxdb): typo --- docs/sources/datasources/influxdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/influxdb.md b/docs/sources/datasources/influxdb.md index 01b68d5b7dc..4d92e983f1b 100644 --- a/docs/sources/datasources/influxdb.md +++ b/docs/sources/datasources/influxdb.md @@ -116,7 +116,7 @@ the hosts variable only show hosts from the current selected region with a query SHOW TAG VALUES WITH KEY = "hostname" WHERE region =~ /$region/ ``` -> Always you `regex values` or `regex wildcard` for All format or multi select format. +> Always use `regex values` or `regex wildcard` for All format or multi select format. ![](/img/docs/influxdb/templating_simple_ex1.png)