Browse Source

Docs: A simple typo.

Closes #7535
Ulrich Reffle 11 years ago
parent
commit
4ed52073fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/queries/function-score-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/queries/function-score-query.asciidoc

@@ -192,7 +192,7 @@ doing so would look like:
 }
 }
 --------------------------------------------------
 --------------------------------------------------
 
 
-Which will translate into the following forumla for scoring:
+Which will translate into the following formula for scoring:
 
 
 `sqrt(1.2 * doc['popularity'].value)`
 `sqrt(1.2 * doc['popularity'].value)`