Browse Source

Update docs/source/getting_started/installation.rst

Co-Authored-By: Jason Grout <jasongrout@users.noreply.github.com>
Stefan Simik 5 years ago
parent
commit
a705e9678f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/getting_started/installation.rst

+ 1 - 1
docs/source/getting_started/installation.rst

@@ -187,5 +187,5 @@ which is required for downloading useful Jupyter extensions / other javascript d
     npm config set proxy http://USER:PWD@proxy.company.com:PORT
     npm config set proxy https://USER:PWD@proxy.company.com:PORT
 
-    # Set default registry for NPM (optional, useful in case if common javascript libs cannot be found)
+    # Set default registry for NPM (optional, useful in case if common JavaScript libs cannot be found)
     npm config set registry http://registry.npmjs.org/