Skip to content

Commit

Permalink
Merge pull request #463 from Laixer/fix-typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
yorickdewid authored Feb 5, 2021
2 parents 5f39add + 100fbb1 commit faf1197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FunderMaps.Core/Email/NullEmailService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace FunderMaps.Core.Email
{
/// <summary>
/// Dummy eamail service.
/// Dummy email service.
/// </summary>
internal class NullEmailService : IEmailService
{
Expand All @@ -17,7 +17,7 @@ internal class NullEmailService : IEmailService
public Task SendAsync(EmailMessage emailMessage, CancellationToken token) => Task.CompletedTask;

/// <summary>
/// Test the batch service backend.
/// Test the email service backend.
/// </summary>
public Task HealthCheck() => Task.CompletedTask;
}
Expand Down

0 comments on commit faf1197

Please sign in to comment.