Skip to content

Commit 4669214

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

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
@@ -859,7 +859,7 @@ GET /bank/_search
859859

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

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

864864
[source,js]
865865
--------------------------------------------------

0 commit comments

Comments
 (0)