docs($q): fix typo in qFactory documentation

Closes #15946
This commit is contained in:
Dimitri Tarasiuk
2017-04-27 16:26:05 -07:00
committed by Georgios Kalpakas
parent 4a12ae7b36
commit 9341671d78
+1 -1
View File
@@ -280,7 +280,7 @@ function $$QProvider() {
* @param {function(function)} nextTick Function for executing functions in the next turn.
* @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for
* debugging purposes.
@ param {=boolean} errorOnUnhandledRejections Whether an error should be generated on unhandled
* @param {boolean=} errorOnUnhandledRejections Whether an error should be generated on unhandled
* promises rejections.
* @returns {object} Promise manager.
*/