From af8a1696191b513c4eb84f82aadeb6062e1ca9f3 Mon Sep 17 00:00:00 2001 From: Pascal Bourdier Date: Mon, 28 Jan 2019 11:57:43 +0100 Subject: [PATCH] typo in doc fix it --- pkg/commands/misc/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/commands/misc/config.go b/pkg/commands/misc/config.go index 45d7fd787..fc18e27b2 100644 --- a/pkg/commands/misc/config.go +++ b/pkg/commands/misc/config.go @@ -33,7 +33,7 @@ func NewCmdConfig(fsys fs.FileSystem) *cobra.Command { Short: "Config Kustomize transformers", Long: "", Example: ` - # Save the default transformer configrations to a local directory + # Save the default transformer configurations to a local directory kustomize config save -d ~/.kustomize/config `, Args: cobra.MinimumNArgs(1), @@ -56,7 +56,7 @@ func newCmdSave(fsys fs.FileSystem) *cobra.Command { Short: "Save default kustomize transformer configurations to a local directory", Long: "", Example: ` - # Save the default transformer configrations to a local directory + # Save the default transformer configurations to a local directory save -d ~/.kustomize/config `,