Skip to content

Commit

Permalink
style: removed grammar errors in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PiemP committed Jun 10, 2024
1 parent c8898a4 commit e04b9aa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ namespace OrchardCore.Users;
public interface IUserToExternalLoginProvider
{
/// <summary>
/// Method <c>CanHandle</c> extabilish if the service that implement this interface can handle
/// a kind of external login.
/// Method <c>CanHandle</c> establish if the service that implement this interface can handle
/// this kind of external login.
/// </summary>
/// <param name="info">
/// external login information with type and other data to extabilish if
/// external login information with type and other data to establish if
/// service can handle this kind of external login.
/// </param>
/// <returns>
Expand Down

0 comments on commit e04b9aa

Please sign in to comment.