Browse Source

Docs: Fix small typo in runtime.asciidoc (#90194)

A small grammar fix.
Christoph Büscher 3 years ago
parent
commit
4ae17d2dc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/runtime.asciidoc

+ 1 - 1
docs/reference/mapping/runtime.asciidoc

@@ -58,7 +58,7 @@ the `fields` parameter on the `_search` API to
 runs only against the top hits just like script fields do.
 
 You can use <<script-fields,script fields>> to access values in `_source` and
-return calculated values based on a script valuation. Runtime fields have these
+return calculated values based on a script valuation. Runtime fields have the
 same capabilities, but provide greater flexibility because you can query and
 aggregate on runtime fields in a search request. Script fields can only fetch
 values.