summaryrefslogtreecommitdiff
path: root/doc/api/tty.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-01-30 00:15:53 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-01 02:52:31 +0200
commitfd3a0cfb7c467c8016ad739a473be864425e645d (patch)
tree568d5c3dc5b476e87b620251bf72601ff526b849 /doc/api/tty.md
parent83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e (diff)
downloadandroid-node-v8-fd3a0cfb7c467c8016ad739a473be864425e645d.tar.gz
android-node-v8-fd3a0cfb7c467c8016ad739a473be864425e645d.tar.bz2
android-node-v8-fd3a0cfb7c467c8016ad739a473be864425e645d.zip
doc: linkify missing types
Also, alphabetize all types in type-parser.js and fix some nits in type formats. PR-URL: https://github.com/nodejs/node/pull/18444 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/tty.md')
-rw-r--r--doc/api/tty.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tty.md b/doc/api/tty.md
index ce6dbae8fa..64612477fc 100644
--- a/doc/api/tty.md
+++ b/doc/api/tty.md
@@ -126,7 +126,7 @@ is updated whenever the `'resize'` event is emitted.
added: REPLACEME
-->
-* `env` {object} A object containing the environment variables to check.
+* `env` {Object} A object containing the environment variables to check.
Defaults to `process.env`.
* Returns: {number}