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 95c45ae commit 261fb6a
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 @@ -858,7 +858,7 @@ GET /bank/_search

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,js]
--------------------------------------------------
Expand Down

0 comments on commit 261fb6a

Please sign in to comment.