diff --git a/cobra/cmd/init.go b/cobra/cmd/init.go
index a619d3b..8822c81 100644
--- a/cobra/cmd/init.go
+++ b/cobra/cmd/init.go
@@ -41,7 +41,7 @@ and the appropriate structure for a Cobra-based CLI application.
   * If an absolute path is provided, it will be created;
   * If the directory already exists but is empty, it will be used.
 
-Init will not use an exiting directory with contents.`,
+Init will not use an existing directory with contents.`,
 
 	Run: func(cmd *cobra.Command, args []string) {
 		switch len(args) {