aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 6e626b3a2..1bebb05f9 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -38,7 +38,7 @@ class Node < Formula
installation:
curl http://npmjs.org/install.sh | sh
- After installing, add the following path to your NODE_PATH enviornment
+ After installing, add the following path to your NODE_PATH environment
variable to have npm libraries picked up:
#{HOMEBREW_PREFIX}/lib/node_modules
EOS