remove extraneous 'not'

[ci skip]
This commit is contained in:
Kushagra Sharma 2016-06-13 20:14:42 +05:30 committed by GitHub
parent 2dc453b4be
commit 61c0981ac7

View file

@ -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).