Skip to content

Commit

Permalink
typo in doc
Browse files Browse the repository at this point in the history
fix it
  • Loading branch information
Pascal Bourdier committed Jan 28, 2019
1 parent 68ca288 commit af8a169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/commands/misc/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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
`,
Expand Down

0 comments on commit af8a169

Please sign in to comment.