From 16aa3aff519e12ecbfcb685ca9524909ac269700 Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Sat, 31 May 2014 17:37:54 -0400 Subject: [PATCH] docs(tutorial): fix minor errors in step 11 I added these when amending the previous commit. My bad ._. --- docs/content/tutorial/step_11.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;