diff options
| author | Igor Minar | 2011-10-31 07:19:33 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-10-31 07:19:33 -0700 | 
| commit | 615841a5d3cb6dae8329411c27fd938e9b413f4c (patch) | |
| tree | b05b1683a18d871eb87f60dd58ee3e1c9e7a7120 | |
| parent | 7d0c256ecd0fc22126090c4aeb18fd2c9fff2baa (diff) | |
| download | angular.js-615841a5d3cb6dae8329411c27fd938e9b413f4c.tar.bz2 | |
style(widgets): fix typo in a spec comment
| -rw-r--r-- | test/widgetsSpec.js | 2 | 
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');      }); | 
