Skip to content

Commit

Permalink
Fix typos (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandertil committed Mar 4, 2020
1 parent 44822a6 commit b8bcfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/async.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Asynchronous Validation

In some situations, you may wish to define asynchronous rules, for example when working with an external API. By default, FluentValidation allows custom rules defined with `MustAsync` or `CustomAsync` to be run asyhchronously, as well as defining asychronous coniditions with `WhenAsync`.
In some situations, you may wish to define asynchronous rules, for example when working with an external API. By default, FluentValidation allows custom rules defined with `MustAsync` or `CustomAsync` to be run asynchronously, as well as defining asynchronous conditions with `WhenAsync`.

A simplistic solution that checks if a user ID is already in use using an external web API:

Expand Down

0 comments on commit b8bcfaa

Please sign in to comment.