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

Commit 2817467

Browse files
mattezellwardbell
authored andcommitted
docs(router): formatting - Back Quote to Wrap Identifier
closes #2020
1 parent 14ad2a8 commit 2817467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/router.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ code-example(format="", language="html").
166166
the `RouterLink` if we so desired.
167167
:marked
168168
### Router State
169-
After the end of each successful navigation lifecycle, the router builds a tree of `ActivatedRoute`s,
170-
which make up the current state of the router. We can access the current `RouterState` from anywhere in our
169+
After the end of each successful navigation lifecycle, the router builds a tree of `ActivatedRoute` objects
170+
that make up the current state of the router. We can access the current `RouterState` from anywhere in our
171171
application using the `Router` service and the `routerState` property.
172172

173173
The router state provides us with methods to traverse up and down the route tree from any activated route

0 commit comments

Comments
 (0)