Skip to content

Commit

Permalink
Merge pull request #45942 from thisisharrsh/fixed_typo_k8s_API
Browse files Browse the repository at this point in the history
Fixed the typo in Kubernetes API concepts
  • Loading branch information
k8s-ci-robot authored Apr 23, 2024
2 parents 2de4371 + 281514a commit b3538b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/using-api/api-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ 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.

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
of 500 pods at a time, request those chunks as follows:

1. List all of the pods on a cluster, retrieving up to 500 pods each time.
Expand Down

0 comments on commit b3538b0

Please sign in to comment.