Skip to content

Commit

Permalink
Docs: Fix small typo in runtime.asciidoc (#90194)
Browse files Browse the repository at this point in the history
A small grammar fix.
  • Loading branch information
Christoph Büscher committed Sep 22, 2022
1 parent 3dbac95 commit c21138d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/mapping/runtime.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c21138d

Please sign in to comment.