Skip to content

Commit 6c58a13

Browse files
committed
Fix typo
JWT token -> JWT
1 parent 80dec49 commit 6c58a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/custom-policies-series-sign-up-or-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ When the custom policy runs:
311311

312312
- **Orchestration Step 6** - This step invokes the *UserInputMessageClaimGenerator* technical profile to assemble the user’s greeting message.
313313

314-
- **Orchestration Step 7** - Finally, step 8 assembles and returns the JWT token at the end of the policy’s execution.
314+
- **Orchestration Step 7** - Finally, step 8 assembles and returns the JWT at the end of the policy’s execution.
315315

316316
## Step 4 - Upload policy
317317

0 commit comments

Comments
 (0)