From 1b9baea1671ec464d2a20f1533c4ef74938fefb7 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Tue, 16 Oct 2018 19:11:52 +0200 Subject: [PATCH] Fix typo in ValidationSummary (#9057) --- .../models-data/performing-simple-validation-cs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.