docs(guide/Component Router): fix typo in example code

Closes #14262
This commit is contained in:
Maxim Salnikov
2016-03-17 23:27:06 +01:00
committed by Martin Staffa
parent 82a4545e77
commit 25bac4e520
+1 -1
View File
@@ -105,7 +105,7 @@ Here we have specified that the **Root Component** is the component directive wi
Remember to instantiate this **Root Component** in our `index.html` file.
```html
<my-app><my-app>
<my-app></my-app>
```
## Route Matching