Fixes typo in "Scan" search type documention

This commit is contained in:
Andrew O'Brien 2014-04-07 17:47:39 -04:00 committed by Lee Hinman
parent a1d0eee6bf
commit 48031b6236
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ curl -XGET 'localhost:9200/_search?search_type=scan&scroll=10m&size=50' -d '
'
--------------------------------------------------
The `scroll` parameter control the keep alive time of the scrolling
The `scroll` parameter controls the keep alive time of the scrolling
request and initiates the scrolling process. The timeout applies per
round trip (i.e. between the previous scan scroll request, to the next).