[Docs] Fix typo in datehistogram-aggregation.asciidoc (#35855)

This commit is contained in:
William Desportes 2018-11-23 15:13:44 +01:00 committed by Christoph Büscher
parent 5b370316a6
commit a204d1cdff
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ Internally, a date is represented as a 64 bit number representing a timestamp
in milliseconds-since-the-epoch (01/01/1970 midnight UTC). These timestamps are
returned as the ++key++ name of the bucket. The `key_as_string` is the same
timestamp converted to a formatted
date string using the `format` parameter sprcification:
date string using the `format` parameter specification:
TIP: If you don't specify `format`, the first date
<<mapping-date-format,format>> specified in the field mapping is used.