Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 16aa3af

Browse files
committed
docs(tutorial): fix minor errors in step 11
I added these when amending the previous commit. My bad ._.
1 parent 42a367d commit 16aa3af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/tutorial/step_11.ngdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ ignores methods.
193193

194194
__`test/unit/controllersSpec.js`:__
195195

196+
196197
```js
197198
describe('PhoneCat controllers', function() {
198199

@@ -206,7 +207,7 @@ describe('PhoneCat controllers', function() {
206207

207208
beforeEach(module('phonecatApp'));
208209
beforeEach(module('phonecatServices'));
209-
```
210+
210211

211212
describe('PhoneListCtrl', function(){
212213
var scope, ctrl, $httpBackend;

0 commit comments

Comments
 (0)