Skip to content

Commit 5876b5f

Browse files
chore: change "existed" to "exisiting" (#1022)
1 parent 2276608 commit 5876b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cmd/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func (install) New(opts *lefthook.Options) *cobra.Command {
1414

1515
installCmd := cobra.Command{
1616
Use: "install",
17-
Short: "Write basic configuration file in your project repository. Or initialize existed config",
17+
Short: "Write basic configuration file in your project repository. Or initialize existing config",
1818
ValidArgsFunction: cobra.NoFileCompletions,
1919
Args: cobra.NoArgs,
2020
RunE: func(cmd *cobra.Command, _args []string) error {

0 commit comments

Comments
 (0)