From bf651a504f7acd3490c0a0d91d550c5bccb42871 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Mon, 13 Nov 2017 21:38:03 -0500 Subject: [PATCH] docs(aio): make it clear we are talking about tags (#20410) As is, it could be seen as a typo at first glance. Wrapping the "a" in carets and backticks for formatting adds some clarity. PR Close #20410 --- aio/content/tutorial/toh-pt5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index eacccf56b9..94916e7ba8 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -600,7 +600,7 @@ Here are the code files discussed on this page and your app should look like thi ## Summary * You added the Angular router to navigate among different components. -* You turned the `AppComponent` into a navigation shell with a links and a ``. +* You turned the `AppComponent` into a navigation shell with `` links and a ``. * You configured the router in an `AppRoutingModule` * You defined simple routes, a redirect route, and a parameterized route. * You used the `routerLink` directive in anchor elements.