diff --git a/aio/content/guide/form-validation.md b/aio/content/guide/form-validation.md
index 744403bc4a..2f364d5e34 100644
--- a/aio/content/guide/form-validation.md
+++ b/aio/content/guide/form-validation.md
@@ -302,7 +302,7 @@ After asynchronous validation begins, the form control enters a `pending` state.
A common UI pattern is to show a spinner while the async validation is being performed. The following example presents how to achieve this with template-driven forms:
```html
-
+
```