Skip to content

Commit 25bac4e

Browse files
webmaxruNarretz
authored andcommitted
docs(guide/Component Router): fix typo in example code
Closes angular#14262
1 parent 82a4545 commit 25bac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component-router.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Here we have specified that the **Root Component** is the component directive wi
105105
Remember to instantiate this **Root Component** in our `index.html` file.
106106

107107
```html
108-
<my-app><my-app>
108+
<my-app></my-app>
109109
```
110110

111111
## Route Matching

0 commit comments

Comments
 (0)