From d8926504436fa536dfaba3729b37bbc97dd5e871 Mon Sep 17 00:00:00 2001 From: Brian Cavalier Date: Sun, 25 Jan 2015 21:23:46 -0500 Subject: [PATCH] Fix doc typo --- docs/debug-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: