docs(Router): remove duplicate "activated"

closes #1957
This commit is contained in:
Kyle Roberts 2016-07-23 17:28:02 -04:00 committed by Ward Bell
parent af225701b0
commit ce8b94799c
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ table
td <code>RouterState</code> td <code>RouterState</code>
td. td.
The current state of the router including a tree of the currently activated The current state of the router including a tree of the currently activated
activated routes in our application along with the URL query params, fragment routes in our application along with the URL query params, fragment
and convenience methods for traversing the route tree. and convenience methods for traversing the route tree.
tr tr
td <code><i>Link Parameters Array</i></code> td <code><i>Link Parameters Array</i></code>