Browse Source

Typo fix

pull/5713/head
Halil İbrahim Kalkan 6 years ago
committed by GitHub
parent
commit
b734bde85b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/UI/AspNetCore/Forms-Validation.md

4
docs/en/UI/AspNetCore/Forms-Validation.md

@ -152,7 +152,7 @@ However, if you want to **render the form body yourself** (for example, you may
Both of the Dynamic Form and the Form Tag Helpers **automatically validate** the input based on the data annotation attributes and shows validation error messages on the user interface. Error messages are **automatically localized** based on the current culture.
**Example: User leaves empty a requires string property**
**Example: User leaves empty a required string property**
![abp-form-input-validation-error](../../images/abp-form-input-validation-error.png)
@ -203,4 +203,4 @@ In this case, you can add an entry to the localization file using the key `MyNam
## See Also
* [Server Side Validation](../../Validation.md)
* [Server Side Validation](../../Validation.md)

Loading…
Cancel
Save