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 69ce503

Browse filesBrowse files
tniessendanielleadams
authored andcommitted
doc: use serial comma in console docs
Refs: #11321 Refs: #17384 PR-URL: #43257 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent bb34a5b commit 69ce503
Copy full SHA for 69ce503

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/console.md‎

Copy file name to clipboardExpand all lines: doc/api/console.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the JavaScript console mechanism provided by web browsers.
1111

1212
The module exports two specific components:
1313

14-
* A `Console` class with methods such as `console.log()`, `console.error()` and
14+
* A `Console` class with methods such as `console.log()`, `console.error()`, and
1515
`console.warn()` that can be used to write to any Node.js stream.
1616
* A global `console` instance configured to write to [`process.stdout`][] and
1717
[`process.stderr`][]. The global `console` can be used without calling

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.