From dd4f6f383da0bd5e92a7d8e0e727893849e2bf32 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 17 Jun 2021 09:45:36 -0400 Subject: [PATCH] Fix spelling mistake in docs for expressions (#35873) (#35877) (cherry picked from commit 066189588f8898963c5e4a3ad18714c02322c2f1) Co-authored-by: George Robinson <85952834+gerobinson@users.noreply.github.com> --- docs/sources/panels/expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels/expressions.md b/docs/sources/panels/expressions.md index 40b83d90cd6..8b1c6a48e3d 100644 --- a/docs/sources/panels/expressions.md +++ b/docs/sources/panels/expressions.md @@ -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.