From de17826af0f3ea0234370b46b82e5e33a411a18a Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Fri, 26 May 2017 15:19:39 +0800 Subject: [PATCH] fix typo fix typo --- docs/getting-started-guides/mesos/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/mesos/index.md b/docs/getting-started-guides/mesos/index.md index 8cebf15ccb..f0230b93b0 100644 --- a/docs/getting-started-guides/mesos/index.md +++ b/docs/getting-started-guides/mesos/index.md @@ -194,7 +194,7 @@ Send the pod description to Kubernetes using the `kubectl` CLI: ```shell $ kubectl create -f ./nginx.yaml -pods/nginx +pod "nginx" created ``` Wait a minute or two while `dockerd` downloads the image layers from the internet.