We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f5db4 commit ff5811aCopy full SHA for ff5811a
src/Identity/Core/src/IEmailSender.cs
@@ -11,7 +11,7 @@ public interface IEmailSender
11
{
12
/// <summary>
13
/// This API supports the ASP.NET Core Identity infrastructure and is not intended to be used as a general purpose
14
- /// email abstraction. It should be implemented by the application so the Identity infrastructure can send confirmation and apassword reset emails.
+ /// email abstraction. It should be implemented by the application so the Identity infrastructure can send confirmation and password reset emails.
15
/// </summary>
16
/// <param name="email">The recipient's email address.</param>
17
/// <param name="subject">The subject of the email.</param>
0 commit comments