Skip to content

Commit 0221ce5

Browse files
authored
Merge pull request #26070 from vincent-pli/fix-typo
Fix typo
2 parents 3df0331 + 33ecc0c commit 0221ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Since a namespace is a cluster-scoped resource type, you can retrieve the list o
9393
9494
Almost all object resource types support the standard HTTP verbs - GET, POST, PUT, PATCH, and DELETE. Kubernetes uses the term **list** to describe returning a collection of resources to distinguish from retrieving a single resource which is usually called a **get**.
9595
-->
96-
由于名字空间本身是一个集群作用域的资源累;,你可以通过 `GET /api/v1/namespaces/`
96+
由于名字空间本身是一个集群作用域的资源类型,你可以通过 `GET /api/v1/namespaces/`
9797
检视所有名字空间的列表,使用 `GET /api/v1/namespaces/NAME` 查看特定名字空间的
9898
详细信息。
9999

0 commit comments

Comments
 (0)