docs(aio): make it clear we are talking about <a> 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
This commit is contained in:
Brad Pitcher 2017-11-13 21:38:03 -05:00 committed by Jason Aden
parent e5c4371d72
commit bf651a504f
1 changed files with 1 additions and 1 deletions

View File

@ -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 `<router-outlet>`.
* You turned the `AppComponent` into a navigation shell with `<a>` links and a `<router-outlet>`.
* 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.