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

Commit 570e9fa

Browse files
author
timeless@gmail.com
committed
spelling: thrown
1 parent 08c57a5 commit 570e9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/qSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ describe('q', function() {
21132113
});
21142114

21152115

2116-
it('should log exceptions throw in a progressback and stop propagation, but should NOT reject ' +
2116+
it('should log exceptions thrown in a progressback and stop propagation, but should NOT reject ' +
21172117
'the promise', function() {
21182118
promise.then(success(), error(), progress(1, 'failed', true)).then(null, error(1), progress(2)).catch(noop);
21192119
syncNotify(deferred, '10%');

0 commit comments

Comments
 (0)