From 5a81490554c8367b5c24d22621e2c8f83d8f7123 Mon Sep 17 00:00:00 2001 From: Paul Muriel Biya-Bi Date: Tue, 6 Apr 2021 14:43:14 -0400 Subject: [PATCH] docs: use the right tag in the HeroesComponent's template snippet (#41473) Based on the tutorial content of the Hero Editor, the tag to be used in HeroesComponent's template snippet should be h2 and not h3. PR Close #41473 --- .../examples/toh-pt1/src/app/heroes/heroes.component.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/examples/toh-pt1/src/app/heroes/heroes.component.1.html b/aio/content/examples/toh-pt1/src/app/heroes/heroes.component.1.html index 052fbc9091..23be7116cc 100644 --- a/aio/content/examples/toh-pt1/src/app/heroes/heroes.component.1.html +++ b/aio/content/examples/toh-pt1/src/app/heroes/heroes.component.1.html @@ -3,7 +3,7 @@ -

{{hero.name}} Details

+

{{hero.name}} Details

id: {{hero.id}}
name: {{hero.name}}