diff --git a/docs/debug-api.md b/docs/debug-api.md index c98d868f..10fdc498 100644 --- a/docs/debug-api.md +++ b/docs/debug-api.md @@ -8,7 +8,7 @@ A debugger could use them to do any number of things, such as display a list of ## Global rejection events -when.js >= 3.7.0 supports global `window` events in browsers, and `process` events in Node, similar to Node's `'uncaughtException'` event. This allows applications to register a handler to receive events from all promise implementations that support these global process events. +when.js >= 3.7.0 supports global `window` events in browsers, and `process` events in Node, similar to Node's `'uncaughtException'` event. This allows applications to register a handler to receive events from all promise implementations that support these global events. The events are: