diff --git a/aspnet/mvc/overview/older-versions-1/models-data/performing-simple-validation-cs.md b/aspnet/mvc/overview/older-versions-1/models-data/performing-simple-validation-cs.md index d3145e53b1..6e0e03fd49 100644 --- a/aspnet/mvc/overview/older-versions-1/models-data/performing-simple-validation-cs.md +++ b/aspnet/mvc/overview/older-versions-1/models-data/performing-simple-validation-cs.md @@ -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.