Correct Typo

This commit is contained in:
Prasanna V. Loganathar 2015-11-18 17:09:52 +05:30 committed by Hao Kung
parent 7ba61d6c6f
commit edb1a1045a
1 changed files with 2 additions and 2 deletions

View File

@ -77,6 +77,6 @@ namespace Microsoft.AspNetCore.Identity
/// Gets or sets the scheme used to identify Two Factor authentication cookies for saving the Remember Me state.
/// </summary>
/// <value>The scheme used to identify remember me application authentication cookies.</value>
public string TwoFactorRememberMeCookieAuthenticationScheme { get; set; } = typeof(IdentityCookieOptions).Namespace + ".TwoFactorRemeberMe";
public string TwoFactorRememberMeCookieAuthenticationScheme { get; set; } = typeof(IdentityCookieOptions).Namespace + ".TwoFactorRememberMe";
}
}
}