diff --git a/aspnetcore/blazor/forms/validation.md b/aspnetcore/blazor/forms/validation.md index 97e596b50ede..d86e7c21a3ad 100644 --- a/aspnetcore/blazor/forms/validation.md +++ b/aspnetcore/blazor/forms/validation.md @@ -1042,7 +1042,7 @@ The component ``` -The and components support arbitrary attributes. Any attribute that doesn't match a component parameter is added to the generated `
` or `
    ` element. `ValidationSummary` applies the `validation-errors` CSS class to the generated `
      ` element by default. When a `class` attribute is supplied, the provided class value is combined with the default class. +The and components support arbitrary attributes. Any attribute that doesn't match a component parameter is added to the generated `
      ` or `
        ` element. If a class attribute is supplied, its value replaces the component's default CSS class. Control the style of validation messages in the app's stylesheet (`wwwroot/css/app.css` or `wwwroot/css/site.css`). The default `validation-message` class sets the text color of validation messages to red: