summaryrefslogtreecommitdiff
path: root/doc/api/globals.md
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2017-03-05 18:03:39 +0100
committerRoman Reiss <me@silverwind.io>2017-03-08 17:19:24 +0100
commit5f32024055adc2f908c582d933259f9fcf5db423 (patch)
treebce5be96439ed649da400b25d01c800a8f0aa72a /doc/api/globals.md
parent9772fb928263562a755f1aeef6a65620e7e51bf2 (diff)
downloadnode-new-5f32024055adc2f908c582d933259f9fcf5db423.tar.gz
doc/tools: fix more type inconsistencies
- fix a number of uppercase types - lowercase 'integer' - consistent formatting in crypto PR-URL: https://github.com/nodejs/node/pull/11697 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r--doc/api/globals.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 4ce4f479f6..4e727a917a 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -27,7 +27,7 @@ added: v0.1.27
<!-- type=var -->
-* {String}
+* {string}
The directory name of the current module. This the same as the
[`path.dirname()`][] of the [`__filename`][].
@@ -50,7 +50,7 @@ added: v0.0.1
<!-- type=var -->
-* {String}
+* {string}
The file name of the current module. This is the resolved absolute path of the
current module file.