From 5458c37c316b06238889e3ad91bdfc16f56b93aa Mon Sep 17 00:00:00 2001 From: Pedro Alcocer Date: Wed, 14 Dec 2011 19:57:28 -0500 Subject: [PATCH] node: fix typo in caveats. Closes Homebrew/homebrew#9124. Signed-off-by: Misty De Meo --- Formula/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/node.rb b/Formula/node.rb index 6e626b3a2e..1bebb05f99 100644 --- a/Formula/node.rb +++ b/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