summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-09-12 13:32:38 -0700
committerGitHub <noreply@github.com>2018-09-12 13:32:38 -0700
commitfc533e26c3b3f02c289ed99dbbcaeb9832b9ef57 (patch)
tree4b2b98febf9db857310a56ab2e416e022b9b74c2
parentb4f1e3a9c2f20d028d3395e5a18ba20b1e87e8f0 (diff)
parent9e65b5aa34e268ecfcdde63f28b4ca3ce019df19 (diff)
Merge pull request #2664 from jonjohnsonjr/patch-1
Fix typo in CRD Conversion Webhook proposal
-rw-r--r--contributors/design-proposals/api-machinery/customresource-conversion-webhook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md b/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md
index 5a6eeb2d..035c187d 100644
--- a/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md
+++ b/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md
@@ -752,7 +752,7 @@ Webhook conversion has less limitation for the authors of APIs using CRD which i
* generating a full Webhook Host from a conversion function.
-helping users create tests by writing directories containing sample yamls of an object in various versions.
+ * helping users create tests by writing directories containing sample yamls of an object in various versions.
* using fuzzing to generate random valid objects and checking if they convert.