Merge pull request #1889 from samccone/patch-2

📝 Fix english errors
This commit is contained in:
Cheng Zhao 2015-06-08 22:30:35 +08:00
commit 64a89fe755

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`.