diff --git a/aio/content/tutorial/toh-pt2.md b/aio/content/tutorial/toh-pt2.md
index 2d94b5f493..b94b7f4c14 100644
--- a/aio/content/tutorial/toh-pt2.md
+++ b/aio/content/tutorial/toh-pt2.md
@@ -48,7 +48,7 @@ Make it look like this:
-That shows one hero. To list them all, add an `*ngFor` to the `
` to iterate through the list of heroes:
+That displays an error since the property 'hero' does not exist. To have access to each individual hero and list them all, add an `*ngFor` to the `` to iterate through the list of heroes: