diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/OptionTagHelper.cs b/src/Microsoft.AspNet.Mvc.TagHelpers/OptionTagHelper.cs index 4c26a8d1ba..b897eb580e 100644 --- a/src/Microsoft.AspNet.Mvc.TagHelpers/OptionTagHelper.cs +++ b/src/Microsoft.AspNet.Mvc.TagHelpers/OptionTagHelper.cs @@ -55,7 +55,7 @@ public override int Order /// /// /// Does nothing unless contains a - /// entry and that entry is a non-empty + /// entry and that entry is a non-empty /// instance. Also does nothing if the associated <option> is already /// selected. /// @@ -82,9 +82,7 @@ public override async Task ProcessAsync(TagHelperContext context, TagHelperOutpu { // Is this