Skip to content

Commit

Permalink
Merge pull request #184 from ddjerqq/patch-1
Browse files Browse the repository at this point in the history
fix code formatting in README.md
  • Loading branch information
pwelter34 authored Mar 28, 2024
2 parents a598bd9 + 67b1443 commit 3f18c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you're using async validation, you can use the `ValidateAsync` method on the
private async void SubmitFormAsync()
{
if (await _fluentValidationValidator!.ValidateAsync())
if (await _fluentValidationValidator!.ValidateAsync())
{
Console.WriteLine("Form Submitted Successfully!");
}
Expand Down

0 comments on commit 3f18c1f

Please sign in to comment.