Add missing closing paren

pull/4675/head
Scott Addie 2017-10-30 13:22:50 -05:00 committed by GitHub
parent 5b1257452b
commit bd4d2a6387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Registered users of your web site. The [IdentityUser](https://docs.microsoft.com
### User Claims
A set of statements (or [Claims](https://docs.microsoft.com//dotnet/api/system.security.claims.claim) about the user that represent the user's identity. Can enable greater expression of the user's identity than can be achieved through roles.
A set of statements (or [Claims](https://docs.microsoft.com//dotnet/api/system.security.claims.claim)) about the user that represent the user's identity. Can enable greater expression of the user's identity than can be achieved through roles.
### User Logins