Skip to content

Commit 4afa12c

Browse files
alexmorosmarcoChristoph Büscher
authored andcommitted
[Docs] Fix explanation for from and size example (#28320)
1 parent f8d7197 commit 4afa12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ curl -XPOST 'localhost:9200/bank/_search?pretty' -d '
691691

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

694-
This example does a `match_all` and returns documents 11 through 20:
694+
This example does a `match_all` and returns documents 10 through 19:
695695

696696
[source,sh]
697697
--------------------------------------------------

0 commit comments

Comments
 (0)