Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3417e2

Browse filesBrowse 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 <cjihrig@gmail.com> Reviewed-By: Roman Klauke <romaaan.git@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent cfc9764 commit f3417e2
Copy full SHA for f3417e2

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/documentation.markdown‎

Copy file name to clipboardExpand all lines: doc/api/documentation.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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.
Collapse file

‎doc/api/process.markdown‎

Copy file name to clipboardExpand all lines: doc/api/process.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.