diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md
index 622f937f89..4f3c5d3f8f 100644
--- a/aio/content/guide/template-syntax.md
+++ b/aio/content/guide/template-syntax.md
@@ -721,7 +721,7 @@ In the following example, the `childItem` property of the `ItemDetailComponent`
You can confirm this by looking in the `ItemDetailComponent` where the `@Input` type is set to a string:
-
+
As you can see here, the `parentItem` in `AppComponent` is a string, which the `ItemDetailComponent` expects: