Skip to content

Commit 8f7748c

Browse files
authored
Merge pull request #33088 from Jitsusama/patch-1
Fix Minor Typo on API Concepts Page
2 parents a170f56 + 47be146 commit 8f7748c

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
@@ -15,8 +15,8 @@ primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE,
1515
GET).
1616

1717
For some resources, the API includes additional subresources that allow
18-
fine grained authorization (such as a separating viewing details for a Pod from
19-
retrieving its logs), and can accept and serve those resources in different
18+
fine grained authorization (such as separate views for Pod details and
19+
log retrievals), and can accept and serve those resources in different
2020
representations for convenience or efficiency.
2121

2222
Kubernetes supports efficient change notifications on resources via *watches*.

0 commit comments

Comments
 (0)