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

Commit d8d30ce

Browse files
style($browserSpec): fix typo
1 parent d996305 commit d8d30ce

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
@@ -189,7 +189,7 @@ describe('browser', function() {
189189
}
190190
});
191191

192-
describe('outstading requests', function() {
192+
describe('outstanding requests', function() {
193193
it('should process callbacks immedietly with no outstanding requests', function() {
194194
var callback = jasmine.createSpy('callback');
195195
browser.notifyWhenNoOutstandingRequests(callback);

0 commit comments

Comments
 (0)