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

Commit 900b3a4

Browse files
style($browserSpec): fix typo
1 parent f402522 commit 900b3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/browserSpecs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ describe('browser', function() {
193193
expect(browser.cookies).toBeDefined();
194194
});
195195

196-
describe('outstading requests', function() {
196+
describe('outstanding requests', function() {
197197
it('should process callbacks immedietly with no outstanding requests', function() {
198198
var callback = jasmine.createSpy('callback');
199199
browser.notifyWhenNoOutstandingRequests(callback);

0 commit comments

Comments
 (0)