From 61072dd749fa6e6fec24a657f17d2ab657ad4ccf Mon Sep 17 00:00:00 2001 From: nick-goloborodko Date: Thu, 13 Jun 2019 11:13:42 +1200 Subject: [PATCH] Fixed missing '=' in one of the code smaples (#12852) --- aspnetcore/blazor/forms-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/forms-validation.md b/aspnetcore/blazor/forms-validation.md index 55052511f7..f8f6476fd0 100644 --- a/aspnetcore/blazor/forms-validation.md +++ b/aspnetcore/blazor/forms-validation.md @@ -128,7 +128,7 @@ The following form validates user input using the validation defined in the `Sta

- +