Skip to content

Commit

Permalink
docs($q): fix typo in qFactory documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarasiuk authored and gkalpak committed Apr 28, 2017
1 parent 4a12ae7 commit 9341671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/q.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 9341671

Please sign in to comment.