1 parent 2276608 commit 5876b5fCopy full SHA for 5876b5f
cmd/install.go
@@ -14,7 +14,7 @@ func (install) New(opts *lefthook.Options) *cobra.Command {
14
15
installCmd := cobra.Command{
16
Use: "install",
17
- Short: "Write basic configuration file in your project repository. Or initialize existed config",
+ Short: "Write basic configuration file in your project repository. Or initialize existing config",
18
ValidArgsFunction: cobra.NoFileCompletions,
19
Args: cobra.NoArgs,
20
RunE: func(cmd *cobra.Command, _args []string) error {
0 commit comments