Skip to content

Commit 69ce503

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/console.md

+1-1
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)