From 872ed87f1c2ac0a6864399ef7e9b434008aad559 Mon Sep 17 00:00:00 2001 From: Alexios Polyzos Date: Sat, 20 Jun 2020 10:47:29 +0300 Subject: [PATCH] Minor typo fix on Services Networking Host Aliases Signed-off-by: Alexios Polyzos --- .../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 d4218f38f6..4e40307401 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 @@ -71,7 +71,7 @@ For example: to resolve `foo.local`, `bar.local` to `127.0.0.1` and `foo.remote` {{< codenew file="service/networking/hostaliases-pod.yaml" >}} -Yoyu can start a Pod with that configuration by running: +You can start a Pod with that configuration by running: ```shell kubectl apply -f https://k8s.io/examples/service/networking/hostaliases-pod.yaml