Skip to content

Commit ff5811a

Browse files
authored
fix comment typo (#52887)
1 parent 78f5db4 commit ff5811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/Core/src/IEmailSender.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public interface IEmailSender
1111
{
1212
/// <summary>
1313
/// 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.
14+
/// email abstraction. It should be implemented by the application so the Identity infrastructure can send confirmation and password reset emails.
1515
/// </summary>
1616
/// <param name="email">The recipient's email address.</param>
1717
/// <param name="subject">The subject of the email.</param>

0 commit comments

Comments
 (0)