Skip to content

Commit 1ddf6c9

Browse files
authored
Merge pull request #20731 from ydcool/fix-zh-quota-api-object
Add the missing double quote " for zh doc
2 parents c571501 + 132728e commit 1ddf6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/administer-cluster/quota-api-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ by quotas:
196196
<table>
197197
<tr><th>String</th><th>API Object</th></tr>
198198
<tr><td>"pods"</td><td>Pod</td></tr>
199-
<tr><td>"services</td><td>Service</td></tr>
199+
<tr><td>"services"</td><td>Service</td></tr>
200200
<tr><td>"replicationcontrollers"</td><td>ReplicationController</td></tr>
201201
<tr><td>"resourcequotas"</td><td>ResourceQuota</td></tr>
202202
<tr><td>"secrets"</td><td>Secret</td></tr>

0 commit comments

Comments
 (0)