docs(tutorial): correct spelling mistake

This commit is contained in:
alexgarrett
2014-03-20 11:57:41 +00:00
committed by Tobias Bosch
parent 375c47d0c0
commit 187b4adbd2

View File

@@ -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');