We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2de4371 + 281514a commit b3538b0Copy full SHA for b3538b0
content/en/docs/reference/using-api/api-concepts.md
@@ -349,7 +349,7 @@ of time (by default 5 minutes) and return a `410 Gone` if more results cannot be
349
returned. In this case, the client will need to start from the beginning or omit the
350
`limit` parameter.
351
352
-For example, if there are 1,253 pods on the cluster and you wants to receive chunks
+For example, if there are 1,253 pods on the cluster and you want to receive chunks
353
of 500 pods at a time, request those chunks as follows:
354
355
1. List all of the pods on a cluster, retrieving up to 500 pods each time.
0 commit comments