From 29827fa66bf6d611b1a95f4e97e45b655e13c230 Mon Sep 17 00:00:00 2001 From: Sam Saccone Date: Sat, 6 Jun 2015 21:42:21 -0400 Subject: [PATCH] :memo: Fix english errors --- docs/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.