diff --git a/docs/docs/api/promise.onpossiblyunhandledrejection.md b/docs/docs/api/promise.onpossiblyunhandledrejection.md index 61817db0b..666d78ab9 100644 --- a/docs/docs/api/promise.onpossiblyunhandledrejection.md +++ b/docs/docs/api/promise.onpossiblyunhandledrejection.md @@ -14,7 +14,7 @@ Promise.onPossiblyUnhandledRejection(function(any error, Promise promise) handle ``` -*Note: this hook is specific to the bluebird instance its called on, application developers should use [global rejection events](/docs/api/error-management-configuration.html#global-rejection-events)* +*Note: this hook is specific to the bluebird instance it's called on, application developers should use [global rejection events](/docs/api/error-management-configuration.html#global-rejection-events)* Add `handler` as the handler to call when there is a possibly unhandled rejection. The default handler logs the error stack to stderr or `console.error` in browsers. @@ -39,4 +39,4 @@ Passing no value or a non-function will have the effect of removing any kind of (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq); })(); - \ No newline at end of file +