diff --git a/src/Microsoft.AspNetCore.Razor.Language/Legacy/TagHelperBlockRewriter.cs b/src/Microsoft.AspNetCore.Razor.Language/Legacy/TagHelperBlockRewriter.cs index bfb31bce05..d3a58ac598 100644 --- a/src/Microsoft.AspNetCore.Razor.Language/Legacy/TagHelperBlockRewriter.cs +++ b/src/Microsoft.AspNetCore.Razor.Language/Legacy/TagHelperBlockRewriter.cs @@ -96,7 +96,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy } else { - // Error occured while parsing the attribute. Don't try parsing the rest to avoid misleading errors. + // Error occurred while parsing the attribute. Don't try parsing the rest to avoid misleading errors. break; } } @@ -763,4 +763,4 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy public bool IsDuplicateAttribute { get; set; } } } -} \ No newline at end of file +}