Skip to content

Commit

Permalink
Update README.md (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Sainty <[email protected]>
  • Loading branch information
p6laris and chrissainty authored Feb 18, 2024
1 parent a6291d2 commit aaa5514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ If you're using async validation, you can use the `ValidateAsync` method on the
@code {
private Person _person = new();
private FluentValidationValidator? _fluentValidationValidator;
private FluentValidationValidator? _fluentValidationValidator;
private void SubmitFormAsync()
private async void SubmitFormAsync()
{
if (await _fluentValidationValidator!.ValidateAsync())
{
Expand Down

0 comments on commit aaa5514

Please sign in to comment.