Update histogram-facet.asciidoc

Spotted a typo, which I've fixed.
This commit is contained in:
Duncan Angus Wilkie 2014-06-12 11:30:21 +01:00 committed by Clinton Gormley
parent c5cf283517
commit 60a8515fb7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ interval/bucket (count and total). Here is a simple example:
}
--------------------------------------------------
The above example will run a histogram facet on the `field_name` filed,
The above example will run a histogram facet on the `field_name` field,
with an `interval` of `100` (so, for example, a value of `1055` will be
placed within the `1000` bucket).