From 2bd79e8482d2580e8f12bbe49a6a89201df54769 Mon Sep 17 00:00:00 2001 From: eltronix Date: Wed, 29 Jun 2016 17:51:04 +0300 Subject: [PATCH] Fixed Rendering error --- 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 32d3414882..43fc2ec33f 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -191,7 +191,7 @@ table tr td Routing Component td. - An Angular component with a *RouterOutlet* that displays views based on router navigations. + An Angular component with a RouterOutlet that displays views based on router navigations. :marked We've barely touched the surface of the router and its capabilities.