diff --git a/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/_index.md b/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/_index.md index fea978837..0a9435059 100644 --- a/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/_index.md +++ b/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/_index.md @@ -18,7 +18,7 @@ related: - /v2.0/query-data/flux/window-aggregate/ --- -Flux's built-in aggregate transformations take values from an input tables and aggregate them in some way. +Flux's built-in aggregate transformations take values from an input table and aggregate them in some way. Output tables contain a single row with the aggregated value. Aggregate operations output a table for every input table they receive.