Skip to content

Commit

Permalink
style($browserSpec): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Apr 2, 2015
1 parent d996305 commit d8d30ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ng/browserSpecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('browser', function() {
}
});

describe('outstading requests', function() {
describe('outstanding requests', function() {
it('should process callbacks immedietly with no outstanding requests', function() {
var callback = jasmine.createSpy('callback');
browser.notifyWhenNoOutstandingRequests(callback);
Expand Down

0 comments on commit d8d30ce

Please sign in to comment.