Skip to content

Commit 7ad5b42

Browse files
authored
doc: use serial comma in console docs
Refs: nodejs#11321 Refs: nodejs#17384 PR-URL: nodejs#43257 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 122c377 commit 7ad5b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/console.md

Lines changed: 1 addition & 1 deletion
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)