[DOCS] Reword clear-scroll sentence

This commit is contained in:
Randy Stauner 2014-02-27 08:20:55 -07:00 committed by Alexander Reelsen
parent 5a5171cb70
commit 1486188a3b
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ field) or faceting.
Besides consuming the scroll search until no hits has been returned a scroll
search can also be aborted by deleting the `scroll_id`. This can be done via
the clear scroll api. When the the `scroll_id` has been deleted also all the
resources to keep the view open will cleaned open. Example usage:
the clear scroll api. When the `scroll_id` has been deleted all the
resources to keep the view open will be released. Example usage:
[source,js]
--------------------------------------------------