Skip to content

Commit

Permalink
doc: use serial comma in console docs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tniessen committed May 31, 2022
1 parent 122c377 commit 7ad5b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the JavaScript console mechanism provided by web browsers.

The module exports two specific components:

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

0 comments on commit 7ad5b42

Please sign in to comment.