Selaa lähdekoodia

[DOCS] Reword clear-scroll sentence

Randy Stauner 11 vuotta sitten
vanhempi
commit
1486188a3b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      docs/reference/search/request/search-type.asciidoc

+ 2 - 2
docs/reference/search/request/search-type.asciidoc

@@ -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]
 --------------------------------------------------