Skip to content

Commit 1a1028a

Browse files
authored
Add the missing double quote (")
missing double quote (") after the word services in the last table
1 parent 652e361 commit 1a1028a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ by quotas:
122122
<table>
123123
<tr><th>String</th><th>API Object</th></tr>
124124
<tr><td>"pods"</td><td>Pod</td></tr>
125-
<tr><td>"services</td><td>Service</td></tr>
125+
<tr><td>"services"</td><td>Service</td></tr>
126126
<tr><td>"replicationcontrollers"</td><td>ReplicationController</td></tr>
127127
<tr><td>"resourcequotas"</td><td>ResourceQuota</td></tr>
128128
<tr><td>"secrets"</td><td>Secret</td></tr>

0 commit comments

Comments
 (0)