Skip to content

Commit 9155233

Browse files
authored
Merge pull request #2445 from anfoxtrot/docs/cli-init-cmd-typo
📖 update docs to fix typo
2 parents 0036a35 + 771ff9e commit 9155233

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/plugins/common/kustomize/v1/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (p *initSubcommand) UpdateMetadata(cliMeta plugin.CLIMetadata, subcmdMeta *
5050
subcmdMeta.Examples = fmt.Sprintf(` # Initialize a common project with your domain and name in copyright
5151
%[1]s init --plugins common/v3 --domain example.org
5252
53-
# Initialize a common project defining an specific project version
53+
# Initialize a common project defining a specific project version
5454
%[1]s init --plugins common/v3 --project-version 3
5555
`, cliMeta.CommandName)
5656
}

pkg/plugins/golang/v2/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (p *initSubcommand) UpdateMetadata(cliMeta plugin.CLIMetadata, subcmdMeta *
7575
subcmdMeta.Examples = fmt.Sprintf(` # Initialize a new project with your domain and name in copyright
7676
%[1]s init --plugins go/v2 --domain example.org --owner "Your name"
7777
78-
# Initialize a new project defining an specific project version
78+
# Initialize a new project defining a specific project version
7979
%[1]s init --plugins go/v2 --project-version 2
8080
`, cliMeta.CommandName)
8181
}

pkg/plugins/golang/v3/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (p *initSubcommand) UpdateMetadata(cliMeta plugin.CLIMetadata, subcmdMeta *
7171
subcmdMeta.Examples = fmt.Sprintf(` # Initialize a new project with your domain and name in copyright
7272
%[1]s init --plugins go/v3 --domain example.org --owner "Your name"
7373
74-
# Initialize a new project defining an specific project version
74+
# Initialize a new project defining a specific project version
7575
%[1]s init --plugins go/v3 --project-version 3
7676
`, cliMeta.CommandName)
7777
}

0 commit comments

Comments
 (0)