aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorbrettcannon2012-07-19 12:10:38 -0300
committerBrian Ford2012-07-19 09:09:52 -0700
commitb6b92bd866e1d6d066f1c9bf1937496cd3e28664 (patch)
treefda1fe18850770056ed201cfdcb607154ec240b1 /docs
parent79f2d843a8458bfdc23fe9f179a1416fe21f7533 (diff)
downloadangular.js-b6b92bd866e1d6d066f1c9bf1937496cd3e28664.tar.bz2
fix(docs): Add a missing "the".
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorial/step_07.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index 01c58c13..b7c1b1b7 100644
--- a/docs/content/tutorial/step_07.ngdoc
+++ b/docs/content/tutorial/step_07.ngdoc
@@ -155,7 +155,7 @@ __`app/index.html`:__
</pre>
Note that we removed most of the code in the `index.html` template and replaced it with a single
-line containing a div with `ng-view` attribute. The code that we removed was placed into the
+line containing a div with the `ng-view` attribute. The code that we removed was placed into the
`phone-list.html` template:
__`app/partials/phone-list.html`:__