From 57ba29877daa2281dec706b743059ed1c2ee5975 Mon Sep 17 00:00:00 2001 From: Thomas Maddox Date: Sat, 24 Feb 2018 11:31:48 -0600 Subject: [PATCH] custom-resources.md: Swap "You are have"/"You have" (#7500) Minor grammatical error when describing what CRDs are a good fit for. --- docs/concepts/api-extension/custom-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/api-extension/custom-resources.md b/docs/concepts/api-extension/custom-resources.md index d602cd51cd..fe7f06f603 100644 --- a/docs/concepts/api-extension/custom-resources.md +++ b/docs/concepts/api-extension/custom-resources.md @@ -134,7 +134,7 @@ CRDs are easier to use. Aggregated APIs are more flexible. Choose the method tha Typically, CRDs are a good fit if: -* You are have a handful of fields +* You have a handful of fields * You are using the resource within your company, or as part of a small open-source project (as opposed to a commercial product) #### Comparing ease of use