From 87be17baffebf602c8def0d581f4b7306de7042e Mon Sep 17 00:00:00 2001
From: OptoCloud <26223094+OptoCloud@users.noreply.github.com>
Date: Sun, 27 Nov 2022 22:35:21 +0100
Subject: [PATCH] Fix typo in System.IdentityModel.Tokens.Jwt.JwtSecurityToken
(#1971)
---
src/System.IdentityModel.Tokens.Jwt/JwtSecurityToken.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/System.IdentityModel.Tokens.Jwt/JwtSecurityToken.cs b/src/System.IdentityModel.Tokens.Jwt/JwtSecurityToken.cs
index d3281477b0..df11548879 100644
--- a/src/System.IdentityModel.Tokens.Jwt/JwtSecurityToken.cs
+++ b/src/System.IdentityModel.Tokens.Jwt/JwtSecurityToken.cs
@@ -254,7 +254,7 @@ public virtual string EncodedPayload
public JwtHeader Header { get; internal set; }
///
- /// Gets the 'value' of the 'JWT ID' claim { jti, ''value' }.
+ /// Gets the 'value' of the 'JWT ID' claim { jti, 'value' }.
///
/// If the 'JWT ID' claim is not found, an empty string is returned.
public override string Id