From 21cb09bc8c41963f5ac2eca8269f16da89e4cfbc Mon Sep 17 00:00:00 2001 From: Alex Moros Marco Date: Thu, 25 Jan 2018 11:35:50 +0100 Subject: [PATCH] [Docs] Fix explanation for `from` and `size` example (#28320) --- docs/reference/getting-started.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 0a6dbd0eb8359..b3156dbc1f414 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -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] --------------------------------------------------