Skip to content

Commit b15f23c

Browse files
sublimeyeLellansin
authored andcommitted
section: process, fix typo
1 parent 0c2577f commit b15f23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/en-us/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more details about the process and the operating system, you can read the AP
2727
## Process
2828

2929

30-
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,
30+
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,
3131
including but not limited to:
3232

3333
* The basic information of the process

0 commit comments

Comments
 (0)