docs(aio): fix issues suggested by Brandon (#23743)

PR Close #23743
This commit is contained in:
Tomasz Kula 2018-06-06 10:17:47 +02:00 committed by Jason Aden
parent 49e900d6fc
commit 7d6e833a6f
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ To provide better user experience, we show an appropriate error message when the
</code-example>
Note that we check if:
- the `FormGroup` has the cross validation error returned by the `identityRevealed` validator,
- the form has the cross validation error returned by the `identityRevealed` validator,
- the user is yet to [interact](guide/form-validation#why-check-dirty-and-touched) with the form.
This completes the cross validation example. We managed to: