mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:27:31 +00:00
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:
@@ -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")
|
||||
},
|
||||
|
Reference in New Issue
Block a user