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.