Skip to content
This repository was archived by the owner on Feb 2, 2020. It is now read-only.

Commit ed2f6da

Browse files
committed
docs(guide/Component Router): Add missing backtick
1 parent d71dc2f commit ed2f6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component-router.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ because the `HeroList` and `HeroDetail` will not contain any child routes.
658658

659659
The `component` property in a **Route Definition** defines the **Component** directive that will be rendered
660660
into the DOM via the **Outlet**. For example the `heroDetail` **Component** will be rendered into the page
661-
where the `<ng-outlet></ng-outlet>` lives as `<hero-detail></hero-detail>.
661+
where the `<ng-outlet></ng-outlet>` lives as `<hero-detail></hero-detail>`.
662662

663663
The `name` property is used to reference the **Route Definition** when generating URLs or navigating to
664664
**Routes**. For example this link will `<a ng-link="['Heroes']">Heroes</a>` navigate the **Route Definition**

0 commit comments

Comments
 (0)