Skip to content

Commit 9341671

Browse files
dtarasiukgkalpak
authored andcommitted
docs($q): fix typo in qFactory documentation
Closes angular#15946
1 parent 4a12ae7 commit 9341671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/q.js

Lines changed: 1 addition & 1 deletion
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)