Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5bac678

Browse files
benoit-lateltinwardbell
authored andcommitted
docs(toh-pt5): fix typo in tutorial
closes #1913
1 parent 1e908ff commit 5bac678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt5.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ figure.image-display
624624
**The *routerLinkActive* directive**
625625

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

0 commit comments

Comments
 (0)