aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
diff options
context:
space:
mode:
authorbrettcannon2012-07-18 16:38:39 -0300
committerBrian Ford2012-07-19 09:02:04 -0700
commit64a9cd8f4fac1c518869a1c955fe60bd6ef76439 (patch)
tree2f45e3601fcde0fdd17d030e346594875fa24702 /docs/content/tutorial
parent7f6e1326f3a7a6a2ba2dbd48dd6571ebe929a7c1 (diff)
downloadangular.js-64a9cd8f4fac1c518869a1c955fe60bd6ef76439.tar.bz2
fix(docs): Remove a redundant "in".
Diffstat (limited to 'docs/content/tutorial')
-rw-r--r--docs/content/tutorial/step_03.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc
index d0ffb316..8d9620ff 100644
--- a/docs/content/tutorial/step_03.ngdoc
+++ b/docs/content/tutorial/step_03.ngdoc
@@ -150,7 +150,7 @@ and title elements:
Be sure to *remove* the `ng-controller` declaration from the body element.
- While using double curlies works fine in within the title element, you might have noticed that
+ While using double curlies works fine within the title element, you might have noticed that
for a split second they are actually displayed to the user while the page is loading. A better
solution would be to use the {@link api/ng.directive:ngBind
ngBind} or {@link api/ng.directive:ngBindTemplate