fix(guide): add semicolon to note about element naming
This commit is contained in:
parent
8da8313de8
commit
cb615382b5
|
@ -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><my-app></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
|
||||
|
|
Loading…
Reference in New Issue