From a61aa1ca78d64ef37dab9bb6c5ff7c4a833d4df2 Mon Sep 17 00:00:00 2001 From: Mark Tinsley Date: Wed, 20 Sep 2017 14:49:59 -0500 Subject: [PATCH] tiny grammar change (#1457) Thanks --- docs/docs/api/promise.onpossiblyunhandledrejection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +