diff options
| author | alexgarrett | 2014-03-20 11:57:41 +0000 |
|---|---|---|
| committer | Tobias Bosch | 2014-03-21 13:05:29 -0700 |
| commit | 187b4adbd2d2dce412e42aa9f99d35aca785479f (patch) | |
| tree | 6ab24fa939b7ab89a2f59c2cb8708523626f2864 | |
| parent | 375c47d0c080e9e10867b87264bad657717ecbc4 (diff) | |
| download | angular.js-187b4adbd2d2dce412e42aa9f99d35aca785479f.tar.bz2 | |
docs(tutorial): correct spelling mistake
| -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'); |
