aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-11 10:27:11 -0700
committerAdam Vandenberg2013-06-11 10:27:11 -0700
commitb3a29d40b397ccecc40282999b52f54250b629c2 (patch)
tree6d6b176881d497336861cc522baf9e0f7efb9d74 /Library/Formula
parentc7481c49d4b209b17a3ad403abdd02df71f6ea88 (diff)
downloadhomebrew-b3a29d40b397ccecc40282999b52f54250b629c2.tar.bz2
zsh-syntax-highlighting: fix typo in caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh-syntax-highlighting.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zsh-syntax-highlighting.rb b/Library/Formula/zsh-syntax-highlighting.rb
index cbdd10cae..18d4cde50 100644
--- a/Library/Formula/zsh-syntax-highlighting.rb
+++ b/Library/Formula/zsh-syntax-highlighting.rb
@@ -13,7 +13,7 @@ class ZshSyntaxHighlighting < Formula
def caveats
<<-EOS.undent
- To activate the syntax highlighting, add the following AT THE END of your .zshrc:
+ To activate the syntax highlighting, add the following at the end of your .zshrc:
source #{HOMEBREW_PREFIX}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
@@ -21,7 +21,7 @@ class ZshSyntaxHighlighting < Formula
source ~/.zshrc
- Additionnaly, if your receive "highlighters directory not found" error message,
+ Additionally, if your receive "highlighters directory not found" error message,
you may need to add the following to your .zshenv:
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=#{HOMEBREW_PREFIX}/share/zsh-syntax-highlighting/highlighters