fix(guide): add semicolon to note about element naming

This commit is contained in:
Jeff Cross 2015-05-19 12:07:46 -07:00
parent 8da8313de8
commit cb615382b5
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
p.
The root component's job is to give a location in the <code>index.html</code> file where your application will
render through its element, in this case <code>&lt;my-app&gt;</code>. There is also nothing special about this
element name and you can pick it as you like.
element name; you can pick it as you like.
p.
The root component loads the initial template for the application that will load other components to perform