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")