Skip to content

Commit

Permalink
docs: replaced hero with heroes component property (#29487)
Browse files Browse the repository at this point in the history
PR Close #29487
  • Loading branch information
amitauras authored and mhevery committed Mar 27, 2019
1 parent 6c33058 commit ac3ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/displaying-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>app.component.ts</code> and delete or comment out one of the elements from the hero array.
Go back into <code>app.component.ts</code> and delete or comment out one of the elements from the heroes array.
The browser should refresh automatically and the message should disappear.


Expand Down

0 comments on commit ac3ce0d

Please sign in to comment.