aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_02.ngdoc
diff options
context:
space:
mode:
authorGodmar Back2012-09-05 10:28:42 -0400
committerMisko Hevery2012-09-06 15:49:49 -0700
commit05fa20df81edc9a3d693414c2f5a2a55843e18df (patch)
tree3b58e9be69136d3e0756e142e13f5cf02c6287d8 /docs/content/tutorial/step_02.ngdoc
parent125573602f420a4f3c94cba762f03bff1b936f0c (diff)
downloadangular.js-05fa20df81edc9a3d693414c2f5a2a55843e18df.tar.bz2
docs(module): fixed module example and corrected typos
Diffstat (limited to 'docs/content/tutorial/step_02.ngdoc')
-rw-r--r--docs/content/tutorial/step_02.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc
index ddb04130..2b431dbc 100644
--- a/docs/content/tutorial/step_02.ngdoc
+++ b/docs/content/tutorial/step_02.ngdoc
@@ -61,7 +61,7 @@ repeater tells Angular to create a `<li>` element for each phone in the list usi
tag as the template.
* As we've learned in step 0, the curly braces around `phone.name` and `phone.snippet` denote
-bindings. As opposed to evaluating constants, these expression are refering to our application
+bindings. As opposed to evaluating constants, these expressions are referring to our application
model, which was set up in our `PhoneListCtrl` controller.
<img class="diagram" src="img/tutorial/tutorial_02.png">