diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 65f3ffed7623..16dbe36645aa 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -167,7 +167,7 @@ describe('PhoneCat controllers', function() { ctrl = $controller('PhoneListCtrl', { $scope: scope }); expect(scope.phones.length).toBe(3); - }); + })); }); });