📝 Fix english errors

This commit is contained in:
Sam Saccone 2015-06-06 21:42:21 -04:00
parent 13c1b078f9
commit 29827fa66b

View file

@ -1,6 +1,6 @@
# Process object
The `process` object in Electron has following differences between the one in
The `process` object in Electron has the following differences from the one in
upstream node:
* `process.type` String - Process's type, can be `browser` (i.e. main process) or `renderer`.