Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Jan 26, 2015
1 parent 8e69bc1 commit d892650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/debug-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d892650

Please sign in to comment.