From 3f3812e20ab3d3d79cb6bb81a6769fe913c8aea1 Mon Sep 17 00:00:00 2001 From: dario-piotrowicz Date: Tue, 3 May 2022 22:26:55 +0100 Subject: [PATCH] docs(docs-infra): improve clarity of toh-pt2 li>button code (#45858) in the tour of heros part 2 guide the addition of a button with spans is slighly unclear, so update the code to make things more clear resolves #45760 PR Close #45858 --- .../src/app/heroes/heroes.component.1.html | 5 +++- aio/content/tutorial/toh-pt2.md | 28 +++++++++---------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/aio/content/examples/toh-pt2/src/app/heroes/heroes.component.1.html b/aio/content/examples/toh-pt2/src/app/heroes/heroes.component.1.html index 230702bc239..208c920f97f 100644 --- a/aio/content/examples/toh-pt2/src/app/heroes/heroes.component.1.html +++ b/aio/content/examples/toh-pt2/src/app/heroes/heroes.component.1.html @@ -2,7 +2,10 @@

My Heroes

diff --git a/aio/content/tutorial/toh-pt2.md b/aio/content/tutorial/toh-pt2.md index ecb688930d0..909cfda1119 100644 --- a/aio/content/tutorial/toh-pt2.md +++ b/aio/content/tutorial/toh-pt2.md @@ -37,7 +37,8 @@ Open the `HeroesComponent` template file and make the following changes: 1. Add an `

` at the top. 1. Below it add an HTML unordered list \(`