diff options
| author | alexgarrett | 2014-03-20 11:57:41 +0000 | 
|---|---|---|
| committer | Tobias Bosch | 2014-03-20 09:27:01 -0700 | 
| commit | 2f61b2f04539df5a6879a7f0c2db3fe80b91c0d8 (patch) | |
| tree | e979e4516f622d672c2c9bac0b8b0aa7091ebbd7 /docs | |
| parent | 4d4da556eb2a401ad92323e04c803ff2e77924b0 (diff) | |
| download | angular.js-2f61b2f04539df5a6879a7f0c2db3fe80b91c0d8.tar.bz2 | |
docs(tutorial): correct spelling mistake
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | 
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'); | 
