diff --git a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs
index a2a6a0b668..814938f1cf 100644
--- a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs
+++ b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs
@@ -1099,7 +1099,7 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
}
///
- /// Sets a flag indicating whether the specified has two factor authentication enabled or not,
+ /// Sets a flag indicating whether the specified has two factor authentication enabled or not,
/// as an asynchronous operation.
///
/// The user whose two factor authentication enabled status should be set.
@@ -1119,14 +1119,14 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
}
///
- /// Returns a flag indicating whether the specified has two factor authentication enabled or not,
+ /// Returns a flag indicating whether the specified has two factor authentication enabled or not,
/// as an asynchronous operation.
///
/// The user whose two factor authentication enabled status should be set.
/// The used to propagate notifications that the operation should be canceled.
///
/// The that represents the asynchronous operation, containing a flag indicating whether the specified
- /// has two factor authentication enabled or not.
+ /// has two factor authentication enabled or not.
///
public virtual Task GetTwoFactorEnabledAsync(TUser user, CancellationToken cancellationToken = default(CancellationToken))
{
@@ -1196,4 +1196,4 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
return new List();
}
}
-}
\ No newline at end of file
+}