Skip to content

Commit

Permalink
doc: use 3rd person singular for consistency
Browse files Browse the repository at this point in the history
PR-URL: #2765
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
agcolom authored and Trott committed Sep 10, 2015
1 parent 81a0c0b commit d2f70fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/events.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Returns emitter, so calls can be chained.

### emitter.removeListener(event, listener)

Remove a listener from the listener array for the specified event.
Removes a listener from the listener array for the specified event.
**Caution**: changes array indices in the listener array behind the listener.

var callback = function(stream) {
Expand Down Expand Up @@ -132,7 +132,7 @@ Returns a copy of the array of listeners for the specified event.

### emitter.emit(event[, arg1][, arg2][, ...])

Execute each of the listeners in order with the supplied arguments.
Executes each of the listeners in order with the supplied arguments.

Returns `true` if event had listeners, `false` otherwise.

Expand Down

0 comments on commit d2f70fe

Please sign in to comment.