From 1da88552ea6d7d4fb5b590b86109053419858f30 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sat, 16 Jun 2018 16:25:03 +0300 Subject: doc: fix indentation in console.md PR-URL: https://github.com/nodejs/node/pull/21367 Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Ujjwal Sharma --- doc/api/console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/console.md') diff --git a/doc/api/console.md b/doc/api/console.md index 06f89cf222..6c63a4ffb5 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -94,7 +94,7 @@ changes: * `stdout` {stream.Writable} * `stderr` {stream.Writable} * `ignoreErrors` {boolean} Ignore errors when writing to the underlying - streams. **Default:** `true`. + streams. **Default:** `true`. * `colorMode` {boolean|string} Set color support for this `Console` instance. Setting to `true` enables coloring while inspecting values, setting to `'auto'` will make color support depend on the value of the `isTTY` property -- cgit v1.2.3