From ac3ce0d79385d947dd63689b1344cfbf571ce9c3 Mon Sep 17 00:00:00 2001 From: Amit Chaurasia Date: Sat, 23 Mar 2019 10:00:34 +0530 Subject: [PATCH] docs: replaced hero with heroes component property (#29487) PR Close #29487 --- aio/content/guide/displaying-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/displaying-data.md b/aio/content/guide/displaying-data.md index d49778a943..073b23a59d 100644 --- a/aio/content/guide/displaying-data.md +++ b/aio/content/guide/displaying-data.md @@ -357,7 +357,7 @@ big chunks of HTML with many data bindings. Try it out. Because the array has four items, the message should appear. -Go back into app.component.ts and delete or comment out one of the elements from the hero array. +Go back into app.component.ts and delete or comment out one of the elements from the heroes array. The browser should refresh automatically and the message should disappear.