Fix typos

This commit is contained in:
Nils Hanke 2022-10-31 16:39:56 +01:00 committed by Nils Hanke
parent e363f03240
commit c922136cd4
2 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ func configGenerate(cmd *cobra.Command, fileHandler file.Handler, provider cloud
}
cmd.Println("Config file written to", flags.file)
cmd.Println("Please fill in your CSP-specific configuration before proceeding.")
cmd.Println("Fore more information refer to the documentation:")
cmd.Println("For more information refer to the documentation:")
cmd.Println("\thttps://docs.edgeless.systems/constellation/getting-started/first-steps")
return nil