fix a couple of js quick start typos

This commit is contained in:
Kathy Walrath 2015-03-02 18:43:37 -08:00
parent b892275c2b
commit c1fd3477fe
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
p.
Components are custom HTML elements. Angular uses components to empower HTML.
Components structure and repre.prettyprint.linenumssent the UI. This quickstart
Components structure and represent the UI. This quickstart
demonstrates the process of creating a component. This component will have the tag of app.
pre.prettyprint.linenums
@ -89,7 +89,7 @@
h3 Component Annotations
p.
A component annotation provides meta-data about the <code>component</code>.
A component annotation provides metadata about the <code>component</code>.
An annotation can always identified by its at-sign — <code>@</code>.
p.
The <code>@Component</code> annotation defines the HTML tag for the component.