Skip to content

Commit b3538b0

Browse files
authored
Merge pull request #45942 from thisisharrsh/fixed_typo_k8s_API
Fixed the typo in Kubernetes API concepts
2 parents 2de4371 + 281514a commit b3538b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ of time (by default 5 minutes) and return a `410 Gone` if more results cannot be
349349
returned. In this case, the client will need to start from the beginning or omit the
350350
`limit` parameter.
351351

352-
For example, if there are 1,253 pods on the cluster and you wants to receive chunks
352+
For example, if there are 1,253 pods on the cluster and you want to receive chunks
353353
of 500 pods at a time, request those chunks as follows:
354354

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

0 commit comments

Comments
 (0)