From 40a159e4f4360319b71a50de0dc706d833b5149e Mon Sep 17 00:00:00 2001 From: Dave Hodder Date: Thu, 8 Oct 2015 21:17:23 +0100 Subject: [PATCH] doc: Amend capitalization of word JavaScript MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/3285 Reviewed-By: Michaƫl Zasso Reviewed-By: Evan Lucas Reviewed-By: Roman Reiss --- doc/api/net.markdown | 2 +- doc/node.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/net.markdown b/doc/api/net.markdown index 33b6a46871e909..7b328adeab1ed6 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -171,7 +171,7 @@ refer to an entry in `\\?\pipe\` or `\\.\pipe\`. Any characters are permitted, but the latter may do some processing of pipe names, such as resolving `..` sequences. Despite appearances, the pipe name space is flat. Pipes will *not persist*, they are removed when the last reference to them is closed. Do not -forget javascript string escaping requires paths to be specified with +forget JavaScript string escaping requires paths to be specified with double-backslashes, such as: net.createServer().listen( diff --git a/doc/node.1 b/doc/node.1 index 854cc68ef2c87f..a352a6821186d1 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -35,7 +35,7 @@ Execute without arguments to start the REPL. .SH DESCRIPTION -Node.js is a set of libraries for javascript which allows +Node.js is a set of libraries for JavaScript which allows it to be used outside of the browser. It is primarily focused on creating simple, easy to build network clients and servers.