Skip to content

Commit 19fa548

Browse files
byezeljamesdaily
authored andcommitted
docs(tutorial/step02): fix missing brace
Closes angular#4301
1 parent 7f5879d commit 19fa548

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)