diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade
index 6deedf14fe..253710693c 100644
--- a/public/docs/js/latest/quickstart.jade
+++ b/public/docs/js/latest/quickstart.jade
@@ -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 component.
+ A component annotation provides metadata about the component.
An annotation can always identified by its at-sign — @.
p.
The @Component annotation defines the HTML tag for the component.