Skip to content

Commit 85758a2

Browse files
committed
Fixed minor typo s/seperate/separate/
Fixed small typo in help text
1 parent 7bc15ec commit 85758a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/datasource/influxdb/partials/query.options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h5>Alias patterns</h5>
4545
<ul>
4646
<li>$m = replaced with measurement name</li>
4747
<li>$measurement = replaced with measurement name</li>
48-
<li>$1 - $9 = replaced with part of measurement name (if you seperate your measurement name with dots)</li>
48+
<li>$1 - $9 = replaced with part of measurement name (if you separate your measurement name with dots)</li>
4949
<li>$col = replaced with column name</li>
5050
<li>$tag_hostname = replaced with the value of the hostname tag</li>
5151
<li>You can also use [[tag_hostname]] pattern replacement syntax</li>

0 commit comments

Comments
 (0)