From 7649b3ebb33845e5c456c5c6ab91aa1522ce2ffe Mon Sep 17 00:00:00 2001 From: Chad Tolkien Date: Tue, 23 Feb 2016 11:55:54 +1100 Subject: [PATCH] Fix typo in TotpSecurityStampBasedTokenProvider docs --- .../TotpSecurityStampBasedTokenProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Identity/TotpSecurityStampBasedTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/TotpSecurityStampBasedTokenProvider.cs index 3253c45f66..4e3e2c85bd 100644 --- a/src/Microsoft.AspNetCore.Identity/TotpSecurityStampBasedTokenProvider.cs +++ b/src/Microsoft.AspNetCore.Identity/TotpSecurityStampBasedTokenProvider.cs @@ -25,7 +25,7 @@ namespace Microsoft.AspNetCore.Identity /// /// The parameter allows a token generator to be used for multiple types of token whilst /// insuring a token for one purpose cannot be used for another. For example if you specified a purpose of "Email" - /// and validated it with the same purpose a token with the purpose of TOTP would not pass the heck even if it was + /// and validated it with the same purpose a token with the purpose of TOTP would not pass the check even if it was /// for the same user. /// /// Implementations of should validate that purpose is not null or empty to