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