Skip to content

Commit

Permalink
Fix readme typo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderl authored and sindresorhus committed Jan 9, 2019
1 parent b902979 commit 5578cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -283,7 +283,7 @@ const emitter = require('./some-event-emitter');
throw new Error('Emitter finished with an error');
}

// `emitter` emitted a `finish` event with an acceptible value
// `emitter` emitted a `finish` event with an acceptable value
console.log(result);
} catch (error) {
// `emitter` emitted an `error` event or
Expand Down

0 comments on commit 5578cee

Please sign in to comment.