From ccaa1993667e73e7a64bfc1d96ca3afa0e475a6d Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Mon, 4 Jun 2018 10:20:45 -0400 Subject: [PATCH] docs(aio): remove an extraneous apostrophe (#24293) PR Close #24293 --- aio/content/guide/dependency-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/dependency-injection.md b/aio/content/guide/dependency-injection.md index cf982bb931..6d29c2a0f3 100644 --- a/aio/content/guide/dependency-injection.md +++ b/aio/content/guide/dependency-injection.md @@ -32,7 +32,7 @@ from the [The Tour of Heroes](tutorial/). 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. This version of the `HeroListComponent` gets its `heroes` from the `HEROES` array, an in-memory collection