mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: use serial comma in console docs
Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/43257 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user