Standardize **Note:**

This commit is contained in:
Jessica Lord 2015-09-09 14:09:14 -07:00
parent e9712e2998
commit 279fd0a461
9 changed files with 11 additions and 11 deletions

View file

@ -6,7 +6,7 @@ position, etc. You should not use this module until the `ready` event of the
`screen` is an [EventEmitter](http://nodejs.org/api/events.html#events_class_events_eventemitter).
**Note**: In the renderer / DevTools, `window.screen` is a reserved
**Note:** In the renderer / DevTools, `window.screen` is a reserved
DOM property, so writing `var screen = require('screen')` will not work. In our
examples below, we use `atomScreen` as the variable name instead.