Browse Source

Docs: typo?

Closes #7458
Peter Johnson @insertcoffee 11 years ago
parent
commit
10197936da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/fields/boost-field.asciidoc

+ 1 - 1
docs/reference/mapping/fields/boost-field.asciidoc

@@ -43,7 +43,7 @@ used with multiple fields or multi-value fields.
 
 
 Instead, the <<query-dsl-function-score-query>> can be used to achieve
 Instead, the <<query-dsl-function-score-query>> can be used to achieve
 the desired functionality by boosting each document by the value in
 the desired functionality by boosting each document by the value in
-any field the document:
+any field of the document:
 
 
 [source,js]
 [source,js]
 --------------------------------------------------
 --------------------------------------------------