diff --git a/src/System.IdentityModel.Tokens.Jwt/JwtSecurityTokenHandler.cs b/src/System.IdentityModel.Tokens.Jwt/JwtSecurityTokenHandler.cs
index 6017434a79..be2565bfa4 100644
--- a/src/System.IdentityModel.Tokens.Jwt/JwtSecurityTokenHandler.cs
+++ b/src/System.IdentityModel.Tokens.Jwt/JwtSecurityTokenHandler.cs
@@ -722,7 +722,7 @@ public override SecurityToken ReadToken(XmlReader reader, TokenValidationParamet
/// is found in the cache.
/// A from the JWT. Does not include claims found in the JWT header.
///
- /// Many of the exceptions listed above are not thrown directly from this method. See to examin the call graph.
+ /// Many of the exceptions listed above are not thrown directly from this method. See to examine the call graph.
///
public override ClaimsPrincipal ValidateToken(string token, TokenValidationParameters validationParameters, out SecurityToken validatedToken)
{