Skip to content

Commit

Permalink
Merge pull request #6027 from Kushagra8888/patch-2
Browse files Browse the repository at this point in the history
remove extraneous 'not'
  • Loading branch information
kevinsawicki committed Jun 13, 2016
2 parents 2dc453b + 61c0981 commit c422613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/screen.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Retrieve information about screen size, displays, cursor position, etc.
You cannot not use this module until the `ready` event of the `app` module is
You cannot use this module until the `ready` event of the `app` module is
emitted (by invoking or requiring it).

`screen` is an [EventEmitter](http://nodejs.org/api/events.html#events_class_events_eventemitter).
Expand Down

0 comments on commit c422613

Please sign in to comment.