docs(aio): delete duplicated word (#21129)

PR Close #21129
This commit is contained in:
lharries 2017-12-29 22:36:22 +00:00 committed by Kara Erickson
parent e726d81822
commit f9436f7a5b
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Import the `HeroService` instead.
<code-example path="toh-pt4/src/app/heroes/heroes.component.ts" title="src/app/heroes/heroes.component.ts (import HeroService)" region="hero-service-import">
</code-example>
Replace the the definition of the `heroes` property with a simple declaration.
Replace the definition of the `heroes` property with a simple declaration.
<code-example path="toh-pt4/src/app/heroes/heroes.component.ts" region="heroes">
</code-example>