docs(aio): remove an extraneous apostrophe (#24293)

PR Close #24293
This commit is contained in:
Nathan Phillip Brink 2018-06-04 10:20:45 -04:00 committed by Victor Berchet
parent 069062236c
commit ccaa199366
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from the [The Tour of Heroes](tutorial/).
</code-tabs> </code-tabs>
The `HeroesComponent` is the top-level heroes component. The `HeroesComponent` is the top-level heroes component.
It's only purpose is to display the `HeroListComponent` Its only purpose is to display the `HeroListComponent`
which displays a list of hero names. which displays a list of hero names.
This version of the `HeroListComponent` gets its `heroes` from the `HEROES` array, an in-memory collection This version of the `HeroListComponent` gets its `heroes` from the `HEROES` array, an in-memory collection