Use "in" over "on"

This commit is contained in:
Jessica Lord 2015-09-04 13:44:40 -07:00
parent bd264aa1ba
commit b797804fd9
5 changed files with 7 additions and 6 deletions

View file

@ -25,6 +25,7 @@ These are the ways that we construct the Electron documentation.
- Line length is 80-column wrapped.
- Platform specific methods are noted in italics following method header.
- ```### `method(foo, bar)` _OS X_```
- Prefer 'in the ___ process' over 'on'
## Reading Electron Documentation