remove the repeat word in documents

Kubernetes-commit: de3cf23414efb2eb4d94e821996cd4c93e6534e4
This commit is contained in:
tanjunchen 2019-10-04 15:32:48 +08:00 committed by Kubernetes Publisher
parent 987b623dc1
commit 588a48c6ab
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ func NewCreateCronJobOptions(ioStreams genericclioptions.IOStreams) *CreateCronJ
}
}
// NewCmdCreateCronJob is a command to to create CronJobs.
// NewCmdCreateCronJob is a command to create CronJobs.
func NewCmdCreateCronJob(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command {
o := NewCreateCronJobOptions(ioStreams)
cmd := &cobra.Command{