Browse Source

Update composite-aggregation.asciidoc

Fixed asciidoc typo
Clinton Gormley 8 years ago
parent
commit
d1b1d711df
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/reference/aggregations/bucket/composite-aggregation.asciidoc

+ 3 - 2
docs/reference/aggregations/bucket/composite-aggregation.asciidoc

@@ -224,7 +224,8 @@ Time values can also be specified via abbreviations supported by <<time-units,ti
 Note that fractional time values are not supported, but you can address this by shifting to another
 time unit (e.g., `1.5h` could instead be specified as `90m`).
 
-====== Time Zone
+[float]
+===== Time Zone
 
 Date-times are stored in Elasticsearch in UTC.  By default, all bucketing and
 rounding is also done in UTC. The `time_zone` parameter can be used to indicate
@@ -583,4 +584,4 @@ GET /_search
 --------------------------------------------------
 // CONSOLE
 
-See <<index-modules-index-sorting, index sorting>> for more details.
+See <<index-modules-index-sorting, index sorting>> for more details.