From 2f61b2f04539df5a6879a7f0c2db3fe80b91c0d8 Mon Sep 17 00:00:00 2001 From: alexgarrett Date: Thu, 20 Mar 2014 11:57:41 +0000 Subject: docs(tutorial): correct spelling mistake --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3