aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
diff options
context:
space:
mode:
authoralexgarrett2014-03-20 11:57:41 +0000
committerTobias Bosch2014-03-20 09:27:01 -0700
commit2f61b2f04539df5a6879a7f0c2db3fe80b91c0d8 (patch)
treee979e4516f622d672c2c9bac0b8b0aa7091ebbd7 /docs/content/tutorial
parent4d4da556eb2a401ad92323e04c803ff2e77924b0 (diff)
downloadangular.js-2f61b2f04539df5a6879a7f0c2db3fe80b91c0d8.tar.bz2
docs(tutorial): correct spelling mistake
Diffstat (limited to 'docs/content/tutorial')
-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');