瀏覽代碼

[Docs] Fix explanation for `from` and `size` example (#28320)

Alex Moros Marco 7 年之前
父節點
當前提交
261fb6a29e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/getting-started.asciidoc

+ 1 - 1
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]
 --------------------------------------------------