chore: various typos (#3686)

* fix(cli): typo in clis

* chore: fix typos in guides and readme

* markdown lint

* readme typos

* markdown lint

* typos in security.md

* login de

* login en

* console de

* console en

* Apply suggestions from code review

E-Mail instead of Email

Co-authored-by: Florian Forster <florian@caos.ch>

Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
mffap
2022-05-21 12:44:09 +02:00
committed by GitHub
parent 166d07e971
commit 4d30d3a7e1
9 changed files with 77 additions and 78 deletions

View File

@@ -24,8 +24,8 @@ var (
func New(out io.Writer, in io.Reader, args []string) *cobra.Command {
cmd := &cobra.Command{
Use: "zitadel",
Short: "The ZITADEL CLI let's you interact with ZITADEL",
Long: `The ZITADEL CLI let's you interact with ZITADEL`,
Short: "The ZITADEL CLI lets you interact with ZITADEL",
Long: `The ZITADEL CLI lets you interact with ZITADEL`,
RunE: func(cmd *cobra.Command, args []string) error {
return errors.New("no additional command provided")
},