Skip to content

Commit

Permalink
docs(tutorial/step_02): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfortunato authored and btford committed Mar 25, 2014
1 parent 664e680 commit 9d07796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 9d07796

Please sign in to comment.