diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 09c7fc2d..5017ba68 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -241,7 +241,7 @@ To run the tests, and then watch the files for changes: `npm test`. {{i+1}} -* Make the unit test fail by changing the `toBe(3)` statement to `toBe(4)`. +* Make the unit test fail by changing `expect(scope.phones.length).toBe(3)` to instead use `toBe(4)`. # Summary