Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-01-30 01:15:53 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-01 03:52:31 +0300
commitfd3a0cfb7c467c8016ad739a473be864425e645d (patch)
tree568d5c3dc5b476e87b620251bf72601ff526b849 /doc/api/tty.md
parent83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e (diff)
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 ce6dbae8fa6..64612477fc7 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}