docs(ngMock): correct verifyNoOutstandingExpectation example

This commit is contained in:
Mark Striemer 2013-07-04 15:03:13 -05:00 committed by Pawel Kozlowski
parent 403008816c
commit 8a63dc3151

View file

@ -1245,7 +1245,7 @@ function createHttpBackendMock($delegate, $browser) {
* "afterEach" clause. * "afterEach" clause.
* *
* <pre> * <pre>
* afterEach($httpBackend.verifyExpectations); * afterEach($httpBackend.verifyNoOutstandingExpectation);
* </pre> * </pre>
*/ */
$httpBackend.verifyNoOutstandingExpectation = function() { $httpBackend.verifyNoOutstandingExpectation = function() {