fix: typo in window-aggregate

pull/595/head
Bucky Schwarz 2019-11-08 11:41:36 -08:00
parent 6ffa80a487
commit 295fd4a5eb
No known key found for this signature in database
GPG Key ID: 6B0F9FDF2656D93A
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ dataSet = from(bucket: "example-bucket")
{{% note %}}
This example drops the `host` column from the returned data since the memory data
is only tracked for a single host and it simplifies the output tables.
Dropping the `host` column is column is optional and not recommended if monitoring memory
Dropping the `host` column is optional and not recommended if monitoring memory
on multiple hosts.
{{% /note %}}