diff --git a/docs/api/process.md b/docs/api/process.md index 160ffc78bc8a..4afa6677b8aa 100644 --- a/docs/api/process.md +++ b/docs/api/process.md @@ -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`.