diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index 357542804b..796df45813 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -146,7 +146,7 @@ figure A `HeroListComponent`, for example, might have a `heroes` property that returns an array of heroes that it acquired from a service. - It might have a `selectHero()` method that sets a `selectedHero` property when the user click on a hero from that list. + It might have a `selectHero()` method that sets a `selectedHero` property when the user clicks on a hero from that list. It might be a class like this: +makeExample('architecture/ts/app/hero-list.component.ts', 'class', 'app/hero-list.component.ts')