Skip to content

Commit d595adf

Browse files
Update src/content/docs/identityserver/ui/login/external.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent 564bcef commit d595adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/ui/login/external.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ the correct claims transformation from the external identity source.
164164
### Sign Out Scheme
165165

166166
`SignInScheme` of the external provider should always be `IdentityServerConstants.ExternalCookieAuthenticationScheme`.
167-
The `SignOutScheme` depends on if **ASP.Net Identity** is used or not:
167+
The `SignOutScheme` depends on whether **ASP.NET Identity** is used or not:
168168

169169
```csharp title="ASP.NET Identity"
170170
// Program.cs

0 commit comments

Comments
 (0)