summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-06-16 16:25:03 +0300
committerUjjwal Sharma <usharma1998@gmail.com>2018-06-17 00:02:12 +0530
commit1da88552ea6d7d4fb5b590b86109053419858f30 (patch)
tree4feee6d7dccb382f355980408e501e829e5c945a /doc/api/console.md
parentf56c9657bcc62a7111484d6016f1d6eb33f7c054 (diff)
downloadandroid-node-v8-1da88552ea6d7d4fb5b590b86109053419858f30.tar.gz
android-node-v8-1da88552ea6d7d4fb5b590b86109053419858f30.tar.bz2
android-node-v8-1da88552ea6d7d4fb5b590b86109053419858f30.zip
doc: fix indentation in console.md
PR-URL: https://github.com/nodejs/node/pull/21367 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md2
1 files changed, 1 insertions, 1 deletions
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