We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb34a5b commit 69ce503Copy full SHA for 69ce503
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