Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JByfordRew authored Jun 10, 2022
1 parent 2097c8c commit f955033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Your razor file.
await Task.CompletedTask;
}

//this is you app logic to parse the text to create rules about text styling
//this is your app logic to parse the text to create rules about text styling
private List<StyleRule> TransientStyleRules(string line, int index, IEnumerable<String> expiredRuleTypes)
{
var firstParse = !expiredRuleTypes.Any();
Expand Down

0 comments on commit f955033

Please sign in to comment.