Skip to content

Commit a670e7f

Browse files
Fix aggregation typo (#120461)
1 parent bf2e91d commit a670e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/quickstart/aggs-tutorial.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ GET kibana_sample_data_ecommerce/_search
524524
----
525525
// TEST[skip:Using Kibana sample data]
526526
<1> Descriptive name for the time-series aggregation results.
527-
<2> The `date_histogram` aggregration groups documents into time-based buckets, similar to terms aggregation but for dates.
527+
<2> The `date_histogram` aggregation groups documents into time-based buckets, similar to terms aggregation but for dates.
528528
<3> Uses <<calendar_and_fixed_intervals,calendar and fixed time intervals>> to handle months with different lengths. `"day"` ensures consistent daily grouping regardless of timezone.
529529
<4> Formats dates in response using <<mapping-date-format,date patterns>> (e.g. "yyyy-MM-dd"). Refer to <<date-math,date math expressions>> for additional options.
530530
<5> When `min_doc_count` is 0, returns buckets for days with no orders, useful for continuous time series visualization.

0 commit comments

Comments
 (0)