Skip to content

Commit f3417e2

Browse files
scottsbrvagg
authored andcommitted
doc: standardize references to node.js in docs
trivial commit to fix a couple inconsistent references to the name of the project PR-URL: #4136 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent cfc9764 commit f3417e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/documentation.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ Please do not suggest API changes in this area; they will be refused.
6565
Every HTML file in the markdown has a corresponding JSON file with the
6666
same data.
6767

68-
This feature was added in node v0.6.12. It is experimental.
68+
This feature was added in Node.js v0.6.12. It is experimental.

doc/api/process.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ finished running the process will exit. Therefore you **must** only perform
2424
checks on the module's state (like for unit tests). The callback takes one
2525
argument, the code the process is exiting with.
2626

27-
This event is only emitted when node exits explicitly by process.exit() or
27+
This event is only emitted when Node.js exits explicitly by process.exit() or
2828
implicitly by the event loop draining.
2929

3030
Example of listening for `exit`:

0 commit comments

Comments
 (0)