Skip to content

Commit da5ab05

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/session-behavior.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ The following example illustrates the JWT and SAML token issuers with single sig
317317
<ClaimsProvider>
318318
<DisplayName>Local Account SignIn</DisplayName>
319319
<TechnicalProfiles>
320-
<!-- JWT Token Issuer -->
320+
<!-- JWT Issuer -->
321321
<TechnicalProfile Id="JwtIssuer">
322-
<DisplayName>JWT token Issuer</DisplayName>
322+
<DisplayName>JWT Issuer</DisplayName>
323323
<Protocol Name="OpenIdConnect" />
324324
<OutputTokenFormat>JWT</OutputTokenFormat>
325325
...

0 commit comments

Comments
 (0)