Skip to content

Commit 110d21f

Browse files
authored
Merge pull request #126008 from changeworld/patch-113
Fix typo
2 parents 5d9d037 + cc00d18 commit 110d21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/custom-policies-series-validate-user-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Follow the steps in [Upload custom policy file](custom-policies-series-hello-wor
357357

358358
You must correct your inputs before you continue.
359359

360-
1. Enter correct values as suggested by the error messages, and then select **Continue** button again. After the policy finishes execution, you're redirected to `https://jwt.ms`, and you see a decoded JWT token. The token looks similar to the following JWT token snippet:
360+
1. Enter correct values as suggested by the error messages, and then select **Continue** button again. After the policy finishes execution, you're redirected to `https://jwt.ms`, and you see a decoded JWT. The token looks similar to the following JWT snippet:
361361

362362
```json
363363
{
@@ -482,7 +482,7 @@ Use the following steps to learn how to validate user input by using validation
482482
1. For **Email Address**, enter an invalid email address such as *[email protected]*.
483483
1. Enter the rest of the details as required and select **Continue**
484484

485-
Since *[email protected]* isn't a valid email, you'll see an error similar to the one shown in the screenshot below. You must use a valid email address to successfully run the custom policy and receive a JWT token.
485+
Since *[email protected]* isn't a valid email, you'll see an error similar to the one shown in the screenshot below. You must use a valid email address to successfully run the custom policy and receive a JWT.
486486

487487
:::image type="content" source="media/custom-policies-series-validate-user-input/screenshot-of-error-due-to-invalid-email-address.png" alt-text="screenshot of error due to invalid email address.":::
488488

0 commit comments

Comments
 (0)