From 4669214b95fce6182f4a3623bf73e2495008cfc1 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 a1277f7a503bb..c52c187105c81 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -859,7 +859,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] --------------------------------------------------