From b15f23c023fa5b2e4d938d62f0dd465a10b60f38 Mon Sep 17 00:00:00 2001 From: Roman Morozov <577222+sublimeye@users.noreply.github.com> Date: Wed, 30 May 2018 22:38:24 -0700 Subject: [PATCH] section: process, fix typo --- sections/en-us/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/en-us/process.md b/sections/en-us/process.md index 29a54da..7dfadc1 100644 --- a/sections/en-us/process.md +++ b/sections/en-us/process.md @@ -27,7 +27,7 @@ For more details about the process and the operating system, you can read the AP ## Process -Here we will discuss the `project` object in Node.js. It can be printed out by using `console.log (process)` in the code. You can see the process object exposed a lot of useful properties and methods. For more details you can refer [Official document](https://nodejs.org/dist/latest-v6.x/docs/api/process.html), which has been very detailed, +Here we will discuss the `process` object in Node.js. It can be printed out by using `console.log (process)` in the code. You can see the process object exposed a lot of useful properties and methods. For more details you can refer [Official document](https://nodejs.org/dist/latest-v6.x/docs/api/process.html), which has been very detailed, including but not limited to: * The basic information of the process