docs(tutorial/step_02): fix typo

This commit is contained in:
jfortunato
2014-03-25 18:47:07 -04:00
committed by Brian Ford
parent d657d63a21
commit 1b61b73f28

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 reflect the previous change. For example by adding:
* Update the unit test for the controller in ./tests/unit/controllersSpec.js to reflect the previous change. For example by adding:
expect(scope.name).toBe('World');