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