diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 147c3fe8..29ef1308 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -193,6 +193,7 @@ ignores methods. __`test/unit/controllersSpec.js`:__ + ```js describe('PhoneCat controllers', function() { @@ -206,7 +207,7 @@ describe('PhoneCat controllers', function() { beforeEach(module('phonecatApp')); beforeEach(module('phonecatServices')); -``` + describe('PhoneListCtrl', function(){ var scope, ctrl, $httpBackend;