Skip to content

Commit e96bf58

Browse files
authored
Merge pull request #126019 from changeworld/patch-124
Fix typo
2 parents 62211d5 + da5ab05 commit e96bf58

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)