Fix spelling mistake in docs for expressions (#35873) (#35877)

(cherry picked from commit 066189588f)

Co-authored-by: George Robinson <85952834+gerobinson@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-06-17 09:45:36 -04:00
committed by GitHub
co-authored by George Robinson
parent a4d72f0e5d
commit dd4f6f383d
+1 -1
View File
@@ -31,7 +31,7 @@ To reference the output of an individual expression or a data source query in an
Expressions work with two types of data.
- A collections of time series.
- A collection of time series.
- A collection of numbers, where each collection could be a single series or single number.
Each collection is returned from a single data source query or expression and represented by the RefID. Each collection is a set, where each item in the set is uniquely identified by it dimensions which are stored as [labels]({{< relref "../basics/timeseries-dimensions.md#labels" >}}) or key-value pairs.