Skip to content

Commit d9cfc7b

Browse files
committed
Fix typo in API documentation
1 parent 787137c commit d9cfc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Buttercup.Security/IPasswordAuthenticationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Buttercup.Security;
1010
public interface IPasswordAuthenticationService
1111
{
1212
/// <summary>
13-
/// Authenticate a user with an email address and password.
13+
/// Authenticates a user with an email address and password.
1414
/// </summary>
1515
/// <param name="email">
1616
/// The email address.

0 commit comments

Comments
 (0)