docs(toh-pt5): fix typo in tutorial

closes #1913
This commit is contained in:
Benoit Lateltin 2016-07-18 18:35:04 +02:00 committed by Ward Bell
parent 1e908ffa9c
commit 5bac678c60
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ figure.image-display
**The *routerLinkActive* directive**
The Angular Router provides a `routerLinkActive` directive we can use to
to add a class to the HTML navigation element whose route matches the active route.
add a class to the HTML navigation element whose route matches the active route.
All we have to do is define the style for it. Sweet!
+makeExample('toh-5/ts/app/app.component.3.ts', 'router-link-active', 'app/app.component.ts (active router links)')(format=".")
:marked