Skip to content

Commit d3315b9

Browse files
fixed typo
`ReadProfileFromCustomertsDatabase` > `ReadProfileFromCustomersDatabase`
1 parent f9b8383 commit d3315b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/validation-technical-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Following example uses these validation technical profiles:
8686
```xml
8787
<ValidationTechnicalProfiles>
8888
<ValidationTechnicalProfile ReferenceId="login-NonInteractive" ContinueOnError="false" />
89-
<ValidationTechnicalProfile ReferenceId="REST-ReadProfileFromCustomertsDatabase" ContinueOnError="true" >
89+
<ValidationTechnicalProfile ReferenceId="REST-ReadProfileFromCustomersDatabase" ContinueOnError="true" >
9090
<Preconditions>
9191
<Precondition Type="ClaimsExist" ExecuteActionsIf="false">
9292
<Value>userType</Value>

0 commit comments

Comments
 (0)