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

Commit 615841a

Browse files
committed
style(widgets): fix typo in a spec comment
1 parent 7d0c256 commit 615841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/widgetsSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ describe("widget", function() {
575575
$location.path('/bar');
576576
$browser.xhr.expectGET('myUrl2').respond('<div>{{1+1}}</div>');
577577
rootScope.$digest();
578-
$browser.xhr.flush(); // no that we have to requests pending, flush!
578+
$browser.xhr.flush(); // now that we have to requests pending, flush!
579579

580580
expect(rootScope.$element.text()).toEqual('2');
581581
});

0 commit comments

Comments
 (0)