From f40232d3fd041a973a0f7bf61d54653c833f552f Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Thu, 1 Nov 2018 17:54:43 +0800 Subject: [PATCH] fix code type setting error --- concepts/custom-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/custom-resource.md b/concepts/custom-resource.md index 74103bc9b..544db98bf 100644 --- a/concepts/custom-resource.md +++ b/concepts/custom-resource.md @@ -94,7 +94,7 @@ kubectl create -f resourcedefinition.yaml 访问RESTful API端点如将看到如下API端点已创建: -```ba'sh +```bash /apis/stable.example.com/v1/namespaces/*/crontabs/... ```