Fix typo in ValidationSummary (#9057)

pull/9058/head
Antoine Griffard 2018-10-16 19:11:52 +02:00 committed by Scott Addie
parent 92f7be84b3
commit 1b9baea167
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ There are three cascading style sheet classes used to control the appearance of
- input-validation-error - Applied to the <input> tag rendered by Html.TextBox() helper.
- field-validation-error - Applied to the <span> tag rendered by the Html.ValidationMessage() helper.
- validation-summary-errors - Applied to the <ul> tag rendered by the Html.ValidationSumamry() helper.
- validation-summary-errors - Applied to the <ul> tag rendered by the Html.ValidationSummary() helper.
You can modify these cascading style sheet classes, and therefore modify the appearance of the validation errors, by modifying the Site.css file located in the Content folder.