diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index e96cadb6d521..a64c8c62ef33 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -244,7 +244,7 @@ To run the test, do the following: {{i+1}} -* Make the unit test fail by changing the `toBe(3)` statement to `toBe(4)`. +* Make the unit test fail by changing the number in the `expect(scope.phones.length).toBe(3)` statement. # Summary