aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_08.ngdoc
diff options
context:
space:
mode:
authorbrettcannon2012-07-19 12:44:06 -0300
committerBrian Ford2012-07-19 09:04:59 -0700
commit79f2d843a8458bfdc23fe9f179a1416fe21f7533 (patch)
tree6ba0cf1beb89856c095a6bef69e7d2debb08c9a8 /docs/content/tutorial/step_08.ngdoc
parent64a9cd8f4fac1c518869a1c955fe60bd6ef76439 (diff)
downloadangular.js-79f2d843a8458bfdc23fe9f179a1416fe21f7533.tar.bz2
fix(docs): ngRepeater isn't a thing, ngRepeat is
Diffstat (limited to 'docs/content/tutorial/step_08.ngdoc')
-rw-r--r--docs/content/tutorial/step_08.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc
index 563fff98..60330ad6 100644
--- a/docs/content/tutorial/step_08.ngdoc
+++ b/docs/content/tutorial/step_08.ngdoc
@@ -77,7 +77,7 @@ route by the `$route` service.
## Template
The TBD placeholder line has been replaced with lists and bindings that comprise the phone details.
-Note where we use the angular `{{expression}}` markup and `ngRepeater`s to project phone data from
+Note where we use the angular `{{expression}}` markup and `ngRepeat` to project phone data from
our model into the view.