From fdd55c9ec72b3977b0faf99032ceb681a945a576 Mon Sep 17 00:00:00 2001 From: Pierre Portejoie Date: Sat, 6 Feb 2021 10:25:11 +0100 Subject: [PATCH] docs: fix tutorial indicating the app is working when an error is actually displayed (#40732) PR Close #40732 --- aio/content/tutorial/toh-pt2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: