diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index c57a03c14bdea..9479d02ec856f 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -1015,7 +1015,7 @@ worth understanding. One of the primary philosophies of Kubernetes is that you should not be exposed to situations that could cause your actions to fail through no fault of your own. For the design of the Service resource, this means not making -you choose your own port number for a if that choice might collide with +you choose your own port number if that choice might collide with someone else's choice. That is an isolation failure. In order to allow you to choose a port number for your Services, we must