We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122c377 commit 7ad5b42Copy full SHA for 7ad5b42
doc/api/console.md
@@ -11,7 +11,7 @@ the JavaScript console mechanism provided by web browsers.
11
12
The module exports two specific components:
13
14
-* A `Console` class with methods such as `console.log()`, `console.error()` and
+* A `Console` class with methods such as `console.log()`, `console.error()`, and
15
`console.warn()` that can be used to write to any Node.js stream.
16
* A global `console` instance configured to write to [`process.stdout`][] and
17
[`process.stderr`][]. The global `console` can be used without calling
0 commit comments