From bd4d2a63878a2a26df7449c62c58355206694309 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Mon, 30 Oct 2017 13:22:50 -0500 Subject: [PATCH] Add missing closing paren --- .../authentication/identity-custom-storage-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/identity-custom-storage-providers.md b/aspnetcore/security/authentication/identity-custom-storage-providers.md index 525ec8434a..f162407cb2 100644 --- a/aspnetcore/security/authentication/identity-custom-storage-providers.md +++ b/aspnetcore/security/authentication/identity-custom-storage-providers.md @@ -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