Skip to content

Commit 0c7f918

Browse files
authored
Update api-concepts.md
1 parent 4a0574a commit 0c7f918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ To retrieve a single list in chunks, two new parameters `limit` and `continue` a
130130

131131
Like a watch operation, a `continue` token will expire after a short amount of time (by default 5 minutes) and return a `410 Gone` if more results cannot be returned. In this case, the client will need to start from the beginning or omit the `limit` parameter.
132132

133-
For example, if there are 1,253 pods on the cluster then the client wants to receive chunks of 500 pods at a time, they would request those chunks as follows:
133+
For example, if there are 1,253 pods on the cluster and the client wants to receive chunks of 500 pods at a time, they would request those chunks as follows:
134134

135-
1. List all the pods on a cluster, retrieving up to 500 pods each time.
135+
1. List all of the pods on a cluster, retrieving up to 500 pods each time.
136136

137137
```console
138138
GET /api/v1/pods?limit=500

0 commit comments

Comments
 (0)