From ebfb8bfeee809201e7781061baa6826f1fe7c5d7 Mon Sep 17 00:00:00 2001 From: Andy Herzog Date: Mon, 15 Mar 2021 08:32:19 -0600 Subject: [PATCH] style: fix comment --- internal/cli/quickstarts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/quickstarts.go b/internal/cli/quickstarts.go index dcff8d421..e3d81470a 100644 --- a/internal/cli/quickstarts.go +++ b/internal/cli/quickstarts.go @@ -312,7 +312,7 @@ func quickstartsTypeFor(v string) string { } // promptDefaultURLs checks whether the application is SPA or WebApp and -// whether the app has already default quickstart url to allowed url lists. +// whether the app has already added the default quickstart url to allowed url lists. // If not, it prompts the user to add the default url and updates the application // if they accept. func promptDefaultURLs(ctx context.Context, cli *cli, client *management.Client, qsType string) error {