Update TagHelperBlockRewriter.cs

This commit is contained in:
Daniel Eisterhold 2018-06-26 08:58:09 -05:00 committed by Ryan Nowak
parent 331f0b15cd
commit 7101953c1e
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
} }
else 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; break;
} }
} }
@ -763,4 +763,4 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
public bool IsDuplicateAttribute { get; set; } public bool IsDuplicateAttribute { get; set; }
} }
} }
} }