Merge pull request #50988 from feiskyer/typo

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix typo in docs of remote package

**What this PR does / why we need it**:

Fix typo in docs of kubelet/remote package

**Which issue this PR fixes**: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
pull/6/head
Kubernetes Submit Queue 2017-09-27 04:45:56 -07:00 committed by GitHub
commit c4d87032c8
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// Package remote containers gRPC implementation of internalapi.RuntimeService // Package remote contains gRPC implementation of internalapi.RuntimeService
// and internalapi.ImageManagerService. // and internalapi.ImageManagerService.
package remote package remote