From d2446b9aa52faa9d78ab2151b95aa8bd0d5da02f Mon Sep 17 00:00:00 2001 From: Alexis Kulash Date: Mon, 25 Jan 2021 12:31:59 -0500 Subject: [PATCH] Updating initial login message Fixing a tiny typo in `Auth0`. First PR of hackathon week! --- internal/cli/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/login.go b/internal/cli/login.go index 328276b3f..ae25c13f2 100644 --- a/internal/cli/login.go +++ b/internal/cli/login.go @@ -18,7 +18,7 @@ func loginCmd(cli *cli) *cobra.Command { RunE: func(cmd *cobra.Command, args []string) error { ctx := cmd.Context() - cli.renderer.Heading("✪ Welcome to the Auht0 CLI 🎊.") + cli.renderer.Heading("✪ Welcome to the Auth0 CLI 🎊.") cli.renderer.Infof("To set it up, you will need to sign in to your Auth0 account and authorize the CLI to access the API.") cli.renderer.Infof("If you don't have an account, please go to https://auth0.com/signup, otherwise continue in the browser.\n\n")