From 77e54b74a7793950c4ffbcf6d32285356d21ad61 Mon Sep 17 00:00:00 2001 From: Franklin Yu Date: Thu, 16 May 2019 07:59:42 -0400 Subject: [PATCH] Fix code block (#14334) --- content/en/docs/contribute/style/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index 1a3b0cdd0fb7b..61f4e82963b02 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -62,7 +62,7 @@ represents. 1. Display information about a Pod: - kubectl describe pod + kubectl describe pod where `` is the name of one of your Pods.