diff --git a/aio/content/guide/form-validation.md b/aio/content/guide/form-validation.md
index 94f1e3ff05..5f006b61ca 100644
--- a/aio/content/guide/form-validation.md
+++ b/aio/content/guide/form-validation.md
@@ -268,7 +268,7 @@ First we must create a directive that will wrap the validator function. We provi
-Next, we have to add the directive to the html template. Since the validator must be registered at the `FormGroup` level, we put the directive on the `form` tag.
+Next, we have to add the directive to the html template. Since the validator must be registered at the highest level in the form, we put the directive on the `form` tag.