Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Jul 8, 2023
1 parent d51701a commit a069314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/auth0/branding/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

var errNoCustomDomain = fmt.Errorf(
"managing the universal login body through the 'auth0_branding' resource requires at least one custom domain " +
"managing the Universal Login body through the 'auth0_branding' resource requires at least one custom domain " +
"to be configured for the tenant.\n\nUse the 'auth0_custom_domain' resource to set one up",
)

Expand Down
2 changes: 1 addition & 1 deletion internal/auth0/branding/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestAccBranding(t *testing.T) {
{
Config: testAccTenantDisallowsUniversalLoginCustomizationWhenNoCustomDomainSet,
ExpectError: regexp.MustCompile(
"managing the universal login body through the 'auth0_branding' resource " +
"managing the Universal Login body through the 'auth0_branding' resource " +
"requires at least one custom domain to be configured for the tenant",
),
},
Expand Down

0 comments on commit a069314

Please sign in to comment.