From 21e1cd60271919f03a2b5cc65af3c7c49aca223f Mon Sep 17 00:00:00 2001
From: Bridget Kromhout <bridget@kromhout.org>
Date: Thu, 2 Dec 2021 15:48:57 -0600
Subject: [PATCH] Bringing over an edit from the helm-www repo

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
---
 cmd/helm/show.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/helm/show.go b/cmd/helm/show.go
index ef45a6019..4640b3ccf 100644
--- a/cmd/helm/show.go
+++ b/cmd/helm/show.go
@@ -53,7 +53,7 @@ of the README file
 
 const showCRDsDesc = `
 This command inspects a chart (directory, file, or URL) and displays the contents
-of the CustomResourceDefintion files
+of the CustomResourceDefinition files
 `
 
 func newShowCmd(out io.Writer) *cobra.Command {