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

@@ -15,8 +15,8 @@ import (
func New() *cobra.Command {
adminCMD := &cobra.Command{
Use: "admin",
Short: "The ZITADEL admin CLI let's you interact with your instance",
Long: `The ZITADEL admin CLI let's you interact with your instance`,
Short: "The ZITADEL admin CLI lets you interact with your instance",
Long: `The ZITADEL admin CLI lets you interact with your instance`,
RunE: func(cmd *cobra.Command, args []string) error {
return errors.New("no additional command provided")
},