Browse Source

Merge pull request #16842 from anhlqn/patch-1

Fix minor spelling
Clinton Gormley 9 years ago
parent
commit
812f03a33f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/params/fielddata.asciidoc

+ 1 - 1
docs/reference/mapping/params/fielddata.asciidoc

@@ -9,7 +9,7 @@ of documents that contain the term.
 Sorting, aggregations, and access to field values in scripts requires a
 different data access pattern.  Instead of lookup up the term and finding
 documents, we need to be able to look up the document and find the terms that
-is has in a field.
+it has in a field.
 
 Most fields can use index-time, on-disk <<doc-values,`doc_values`>> to support
 this type of data access pattern, but `analyzed` string fields do not support