Skip to content

Commit 40a159e

Browse files
dhodderjasnell
authored andcommitted
doc: Amend capitalization of word JavaScript
PR-URL: #3285 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 6dd3476 commit 40a159e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/net.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ refer to an entry in `\\?\pipe\` or `\\.\pipe\`. Any characters are permitted,
171171
but the latter may do some processing of pipe names, such as resolving `..`
172172
sequences. Despite appearances, the pipe name space is flat. Pipes will *not
173173
persist*, they are removed when the last reference to them is closed. Do not
174-
forget javascript string escaping requires paths to be specified with
174+
forget JavaScript string escaping requires paths to be specified with
175175
double-backslashes, such as:
176176

177177
net.createServer().listen(

doc/node.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Execute without arguments to start the REPL.
3535

3636
.SH DESCRIPTION
3737

38-
Node.js is a set of libraries for javascript which allows
38+
Node.js is a set of libraries for JavaScript which allows
3939
it to be used outside of the browser. It is primarily
4040
focused on creating simple, easy to build network clients
4141
and servers.

0 commit comments

Comments
 (0)