aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexgarrett2014-03-20 11:57:41 +0000
committerTobias Bosch2014-03-21 13:05:29 -0700
commit187b4adbd2d2dce412e42aa9f99d35aca785479f (patch)
tree6ab24fa939b7ab89a2f59c2cb8708523626f2864
parent375c47d0c080e9e10867b87264bad657717ecbc4 (diff)
downloadangular.js-187b4adbd2d2dce412e42aa9f99d35aca785479f.tar.bz2
docs(tutorial): correct spelling mistake
-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 56ec2dd2..6ea936a9 100644
--- a/docs/content/tutorial/step_02.ngdoc
+++ b/docs/content/tutorial/step_02.ngdoc
@@ -226,7 +226,7 @@ To run the test, do the following:
Refresh your browser and verify that it says "Hello, World!".
-* Update the unit test for the controler in ./tests/unit/controlersSpec.js to refelct the previous change. For example by adding:
+* Update the unit test for the controler in ./tests/unit/controlersSpec.js to reflect the previous change. For example by adding:
expect(scope.name).toBe('World');