Browse Source

Fix typo in doc values docs

Closes #16067
Rachit Gupta 9 years ago
parent
commit
5b2ded5c96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/params/doc-values.asciidoc

+ 1 - 1
docs/reference/mapping/params/doc-values.asciidoc

@@ -7,7 +7,7 @@ unique sorted list of terms, and from that immediately have access to the list
 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
+different data access pattern.  Instead of looking up the term and finding
 documents, we need to be able to look up the document and find the terms that
 it has in a field.