summaryrefslogtreecommitdiff
path: root/deps/npm/doc/misc/npm-developers.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/misc/npm-developers.md')
-rw-r--r--deps/npm/doc/misc/npm-developers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/misc/npm-developers.md b/deps/npm/doc/misc/npm-developers.md
index 2f54b98fb9..55c8d9b08d 100644
--- a/deps/npm/doc/misc/npm-developers.md
+++ b/deps/npm/doc/misc/npm-developers.md
@@ -57,7 +57,7 @@ least, you need:
use the name to specify that it runs on node, or is in JavaScript.
You can use the "engines" field to explicitly state the versions of
node (or whatever else) that your program requires, and it's pretty
- well assumed that it's javascript.
+ well assumed that it's JavaScript.
It does not necessarily need to match your github repository name.