fix(docs): Add a missing "the".

This commit is contained in:
brettcannon 2012-07-19 12:10:38 -03:00 committed by Brian Ford
parent 79f2d843a8
commit b6b92bd866

View file

@ -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`:__