diff --git a/docs/api/process.md b/docs/api/process.md index 65e6cf795296..9b05b61fdd8d 100644 --- a/docs/api/process.md +++ b/docs/api/process.md @@ -4,7 +4,9 @@ Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process) -The `process` object is extended in Electron with following APIs: +Electron's `process` object is extended from the +[Node.js `process` object](https://nodejs.org/api/process.html). +It adds the following events, properties, and methods: ## Events