Add the missing double quote (")

missing double quote (") after the word services in the last table
This commit is contained in:
Shivam Goyal
2020-05-02 13:22:13 +05:30
committed by GitHub
parent 652e361bf6
commit 1a1028ac76
@@ -122,7 +122,7 @@ by quotas:
<table>
<tr><th>String</th><th>API Object</th></tr>
<tr><td>"pods"</td><td>Pod</td></tr>
<tr><td>"services</td><td>Service</td></tr>
<tr><td>"services"</td><td>Service</td></tr>
<tr><td>"replicationcontrollers"</td><td>ReplicationController</td></tr>
<tr><td>"resourcequotas"</td><td>ResourceQuota</td></tr>
<tr><td>"secrets"</td><td>Secret</td></tr>