fix typo in comment

This commit is contained in:
Charles Walker 2018-10-27 09:04:42 -04:00 committed by charly37
parent 8b2b3cd40d
commit 67ae262a51

View File

@ -1,4 +1,4 @@
# Copyright 2016 The Kubernetes Authors.
# Copyright 2018 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# This example demonstrate communication with a remove Kube cluster from a
# This example demonstrate communication with a remote Kube cluster from a
# server outside of the cluster without kube client installed on it.
# The communication is secured with the use of Bearer token.