doc: decapitalize primitive types · nodejs/node@afc30a5 · GitHub
Skip to content

Commit afc30a5

Browse files
vsemozhetbytevanlucas
authored andcommitted
doc: decapitalize primitive types
PR-URL: #18110 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 0668a75 commit afc30a5

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

doc/api/dgram.md

Lines changed: 2 additions & 2 deletions

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ deprecated: v1.0.0
13341334
13351335
* `path` {string|Buffer|URL}
13361336
* `callback` {Function}
1337-
* `exists` {Boolean}
1337+
* `exists` {boolean}
13381338

13391339
Test whether or not the given path exists by checking with the file system.
13401340
Then call the `callback` argument with either true or false. Example:

doc/api/net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ server.listen({
281281
added: v0.1.90
282282
-->
283283

284-
* `path` {String} Path the server should listen to. See
284+
* `path` {string} Path the server should listen to. See
285285
[Identifying paths for IPC connections][].
286286
* `backlog` {number} Common parameter of [`server.listen()`][] functions.
287287
* `callback` {Function} Common parameter of [`server.listen()`][] functions.

doc/guides/using-internal-errors.md

Lines changed: 8 additions & 8 deletions

0 commit comments

Comments
 (0)