Merge pull request #27025 from asalkeld/type-o-number-or-name

Automatic merge from submit-queue

Fix type-o in definitions.html

Simple typing error.

fixes #14834
pull/6/head
k8s-merge-robot 2016-06-24 13:56:51 -07:00 committed by GitHub
commit 120d2519ff
1 changed files with 1 additions and 1 deletions

View File

@ -3849,7 +3849,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">port</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">number of name of the port to access on the container; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">number or name of the port to access on the container; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>