Skip to content

Commit

Permalink
[Docs] Fix explanation for from and size example (#28320)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorosmarco authored and Christoph Büscher committed Jan 25, 2018
1 parent f8d7197 commit 4afa12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ curl -XPOST 'localhost:9200/bank/_search?pretty' -d '

Note that if `size` is not specified, it defaults to 10.

This example does a `match_all` and returns documents 11 through 20:
This example does a `match_all` and returns documents 10 through 19:

[source,sh]
--------------------------------------------------
Expand Down

0 comments on commit 4afa12c

Please sign in to comment.