Skip to content

Commit 4004a2a

Browse files
committed
Learn Editor: Update troubleshoot.md
1 parent f0e8c91 commit 4004a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Your application needs to handle certain errors coming from Azure B2C service. T
3232
This error occurs when the [self-service password reset experience](add-password-reset-policy.md#self-service-password-reset-recommended) isn't enabled in a user flow. Thus, selecting the **Forgot your password?** link doesn't trigger a password reset user flow. Instead, the error code `AADB2C90118` is returned to your application.
3333

3434
There are 2 solutions to this problem:
35-
- Respond back with a new authentication request using Azure AD B2C password reset user flow.
35+
- Respond back with a new authentication request using Azure AD B2C password reset user flow.
3636
- Use recommended [self service password reset (SSPR) experience](add-password-reset-policy.md#self-service-password-reset-recommended).
3737

3838

@@ -182,7 +182,7 @@ You can also trace the exchange of messages between your client browser and Azur
182182

183183
## Troubleshoot policy validity
184184

185-
After you finish developing your policy, you upload the policy to Azure AD B2C. There might be some issues with your policy, but you can validity your policy before you upload it.
185+
After you finish developing your policy, you upload the policy to Azure AD B2C. There might be some issues with your policy, but you can validate your policy before you upload it.
186186

187187
The most common error in setting up custom policies is improperly formatted XML. A good XML editor is nearly essential. It displays XML natively, color-codes content, prefills common terms, keeps XML elements indexed, and can validate against an XML schema.
188188

0 commit comments

Comments
 (0)