From 615841a5d3cb6dae8329411c27fd938e9b413f4c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 31 Oct 2011 07:19:33 -0700 Subject: style(widgets): fix typo in a spec comment --- test/widgetsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/widgetsSpec.js') diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index b93d698d..e75b2592 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -575,7 +575,7 @@ describe("widget", function() { $location.path('/bar'); $browser.xhr.expectGET('myUrl2').respond('
{{1+1}}
'); rootScope.$digest(); - $browser.xhr.flush(); // no that we have to requests pending, flush! + $browser.xhr.flush(); // now that we have to requests pending, flush! expect(rootScope.$element.text()).toEqual('2'); }); -- cgit v1.2.3