From 296ffb52ba529a9b4aaa94f4bac5da98cfa84e40 Mon Sep 17 00:00:00 2001 From: fisherxu Date: Sat, 19 Aug 2017 15:25:32 +0800 Subject: remove unnecessary ` --- contributors/design-proposals/extending-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/extending-api.md b/contributors/design-proposals/extending-api.md index 45a07ca5..c9aeb449 100644 --- a/contributors/design-proposals/extending-api.md +++ b/contributors/design-proposals/extending-api.md @@ -121,7 +121,7 @@ and the corresponding data will be stored into etcd by the APIServer, so that when the user issues: ``` -GET /apis/mygroup.example.com/v1/namespaces/default/crontabs/my-new-cron-object` +GET /apis/mygroup.example.com/v1/namespaces/default/crontabs/my-new-cron-object ``` And when they do that, they will get back the same data, but with additional -- cgit v1.2.3