From fd9a331127f1a74e3c7d9cdcc07ef9ac1ad46e14 Mon Sep 17 00:00:00 2001 From: Rodrigo Quesada Date: Mon, 28 Nov 2016 15:37:06 -0600 Subject: [PATCH] Corrected RouterOutlet description (#2856) does not wrap the views, the views are inserted next to it, not within. --- 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 f4b48e868e..a2eacbde0d 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -470,7 +470,7 @@ a#router-outlet ### *RouterOutlet* `RouterOutlet` is a component from the router library. - The router displays views within the bounds of the `` tags. + The router displays views immediately ***after*** each ``'s corresponding closing tag. .l-sub-section :marked