Skip to content

Commit

Permalink
Typo 'due to the following errors'
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard committed Aug 24, 2024
1 parent 394054b commit 4395dbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public async Task<ActionResult> Execute(string basePath, string fileName)
{
_logger.LogError(e, "Unable to import a recipe file.");

await _notifier.ErrorAsync(H["The recipe '{0}' failed to run do to the following errors: {1}", recipe.DisplayName, string.Join(' ', e.StepResult.Errors)]);
await _notifier.ErrorAsync(H["The recipe '{0}' failed to run due to the following errors: {1}", recipe.DisplayName, string.Join(' ', e.StepResult.Errors)]);
}
catch (Exception e)
{
Expand Down

0 comments on commit 4395dbb

Please sign in to comment.