From cb86f99b5b021ec4f6a5657b7869c838a7387207 Mon Sep 17 00:00:00 2001 From: Himanshu Pandey Date: Tue, 9 Apr 2019 18:18:13 -0700 Subject: [PATCH] Removed extra "```shell" from the output box (#13736) --- .../en/docs/concepts/cluster-administration/manage-deployment.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/manage-deployment.md b/content/en/docs/concepts/cluster-administration/manage-deployment.md index d5ef64ab99..aa8139ceda 100644 --- a/content/en/docs/concepts/cluster-administration/manage-deployment.md +++ b/content/en/docs/concepts/cluster-administration/manage-deployment.md @@ -366,7 +366,6 @@ This command will compare the version of the configuration that you're pushing w ```shell kubectl apply -f https://k8s.io/examples/application/nginx/nginx-deployment.yaml -```shell deployment.apps/my-nginx configured ```