typo fix in aggregate fn landing page

pull/1131/head
Scott Anderson 2020-06-22 16:02:01 -06:00
parent 9b46c28e49
commit ec3e1f8ea3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ related:
- /v2.0/query-data/flux/window-aggregate/ - /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. Output tables contain a single row with the aggregated value.
Aggregate operations output a table for every input table they receive. Aggregate operations output a table for every input table they receive.