docs: fix incorrect header on custom event docs (#29784)

PR Close #29784
This commit is contained in:
hateonion 2019-04-09 17:47:13 +08:00 committed by Igor Minar
parent 4f0110e75a
commit b0eefc872e
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ Although the `ItemDetailComponent` has a delete button, it doesn't know how to d
Here are the pertinent excerpts from that `ItemDetailComponent`: Here are the pertinent excerpts from that `ItemDetailComponent`:
<code-example path="event-binding/src/app/item-detail/item-detail.component.html" linenums="false" header="src/app/item-detail/item-detail.component.ts (template)" region="line-through"> <code-example path="event-binding/src/app/item-detail/item-detail.component.html" linenums="false" header="src/app/item-detail/item-detail.component.html (template)" region="line-through">
</code-example> </code-example>
<code-example path="event-binding/src/app/item-detail/item-detail.component.ts" linenums="false" header="src/app/item-detail/item-detail.component.ts (deleteRequest)" region="deleteRequest"> <code-example path="event-binding/src/app/item-detail/item-detail.component.ts" linenums="false" header="src/app/item-detail/item-detail.component.ts (deleteRequest)" region="deleteRequest">