From 14ae50b4c3d32dd7f4680f887443a49ab0be8060 Mon Sep 17 00:00:00 2001 From: katryo Date: Tue, 23 Jul 2019 17:46:19 -0400 Subject: [PATCH] docs: fix header mistake (#31811) The code example refers to `src/app/heroes/heroes.component.html` but its header was `src/app/hero.service.ts` which was obviously a mistake. PR Close #31811 --- aio/content/tutorial/toh-pt6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index a9f40376f8..63f83a5df6 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -317,7 +317,7 @@ Each hero in the heroes list should have a delete button. Add the following button element to the `HeroesComponent` template, after the hero name in the repeated `
  • ` element. - + The HTML for the list of heroes should look like this: