From 7d6e833a6f19a444ed5b1c2f3e4affac43e1e37f Mon Sep 17 00:00:00 2001 From: Tomasz Kula Date: Wed, 6 Jun 2018 10:17:47 +0200 Subject: [PATCH] docs(aio): fix issues suggested by Brandon (#23743) PR Close #23743 --- aio/content/guide/form-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/form-validation.md b/aio/content/guide/form-validation.md index 3c27230cf8..94f1e3ff05 100644 --- a/aio/content/guide/form-validation.md +++ b/aio/content/guide/form-validation.md @@ -277,7 +277,7 @@ To provide better user experience, we show an appropriate error message when the 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: