aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-10-31 07:19:33 -0700
committerIgor Minar2011-10-31 07:19:33 -0700
commit615841a5d3cb6dae8329411c27fd938e9b413f4c (patch)
treeb05b1683a18d871eb87f60dd58ee3e1c9e7a7120
parent7d0c256ecd0fc22126090c4aeb18fd2c9fff2baa (diff)
downloadangular.js-615841a5d3cb6dae8329411c27fd938e9b413f4c.tar.bz2
style(widgets): fix typo in a spec comment
-rw-r--r--test/widgetsSpec.js2
1 files changed, 1 insertions, 1 deletions
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('<div>{{1+1}}</div>');
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');
});