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

Commit 28fe446

Browse files
byezelpetebacondarwin
authored andcommitted
docs(tutorial/step02): fix missing brace
Closes #4301
1 parent 47f7bd7 commit 28fe446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ describe('PhoneCat controllers', function() {
167167
ctrl = $controller('PhoneListCtrl', { $scope: scope });
168168

169169
expect(scope.phones.length).toBe(3);
170-
});
170+
}));
171171
});
172172
});
173173
</pre>

0 commit comments

Comments
 (0)