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

Commit 9b97a03

Browse files
dtarasiukgkalpak
authored andcommitted
docs($q): fix typo in qFactory documentation
Closes #15946
1 parent a3226d0 commit 9b97a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/q.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ function $$QProvider() {
280280
* @param {function(function)} nextTick Function for executing functions in the next turn.
281281
* @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for
282282
* debugging purposes.
283-
@ param {=boolean} errorOnUnhandledRejections Whether an error should be generated on unhandled
283+
* @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled
284284
* promises rejections.
285285
* @returns {object} Promise manager.
286286
*/

0 commit comments

Comments
 (0)