Skip to content

Commit

Permalink
style: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
as-herzog committed Mar 15, 2021
1 parent 0d7cd78 commit ebfb8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/quickstarts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ebfb8bf

Please sign in to comment.