remove extraneous 'not'
authorKushagra Sharma <kushagra8888@gmail.com>
Mon, 13 Jun 2016 14:44:42 +0000 (20:14 +0530)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2016 14:44:42 +0000 (20:14 +0530)
[ci skip]

docs/api/screen.md

index 440c99a..d5318d8 100644 (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).