From b6db60aff1aa347f5adc16646b59d136bd63afd0 Mon Sep 17 00:00:00 2001 From: yanghaichao12 Date: Tue, 11 Dec 2018 15:12:09 +0800 Subject: [PATCH] Fix typos in add-entries-to-pod-etc-hosts-with-host-aliases (#11639) --- .../add-entries-to-pod-etc-hosts-with-host-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md b/content/en/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md index d472665b07..b69ab482cb 100644 --- a/content/en/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md +++ b/content/en/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md @@ -19,7 +19,7 @@ Modification not using HostAliases is not suggested because the file is managed ## Default Hosts File Content -Lets start an Nginx Pod which is assigned a Pod IP: +Let's start an Nginx Pod which is assigned a Pod IP: ```shell kubectl run nginx --image nginx --generator=run-pod/v1