From f376d0b6f9d720d76c21b1d1169d6fd247075a30 Mon Sep 17 00:00:00 2001 From: Kyle Roberts Date: Sat, 23 Jul 2016 17:28:02 -0400 Subject: [PATCH] docs(Router): remove duplicate "activated" --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 9d485bfa98..84cc80ffad 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -220,7 +220,7 @@ table td RouterState td. 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. tr td Link Parameters Array