docs: fix typo (#24210)

closes #23891

PR Close #24210
This commit is contained in:
Aditya Bhardwaj 2018-05-14 14:54:39 +05:30 committed by Victor Berchet
parent 9d364203a6
commit 9add50129d
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ It appears within the template of a parent component,
which binds a _hero_ to the `@Input` property and which binds a _hero_ to the `@Input` property and
listens for an event raised through the _selected_ `@Output` property. listens for an event raised through the _selected_ `@Output` property.
You can test that the class code works without creating the the `DashboardHeroComponent` You can test that the class code works without creating the `DashboardHeroComponent`
or its parent component. or its parent component.
<code-example <code-example