From 9e65b5aa34e268ecfcdde63f28b4ca3ce019df19 Mon Sep 17 00:00:00 2001 From: jonjohnsonjr Date: Wed, 12 Sep 2018 11:00:28 -0700 Subject: [PATCH] Fix typo in CRD Conversion Webhook proposal Add missing bullet point in Advice to Users. --- .../api-machinery/customresource-conversion-webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md b/contributors/design-proposals/api-machinery/customresource-conversion-webhook.md index 5a6eeb2da..035c187d1 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.