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 <raisinten@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
tniessen authored and italojs committed Jun 6, 2022
1 parent f1f8f5a commit 0ae3b68
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 0ae3b68

Please sign in to comment.