summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-01-22 12:56:47 -0800
committerRobby Russell <robby@planetargon.com>2012-01-22 12:56:47 -0800
commit851aa9c96a6ee91d0149ce3f839390227651d2e1 (patch)
treed0db5b93a6cf1b476151cfbbe8e9515ad7822819 /README.textile
parentc725ecc01b52e3aa9fd3ec5044b9aa1e02851535 (diff)
parent62a3ef643328a05c11a62cd42de12cf271ca1e69 (diff)
downloadzsh-851aa9c96a6ee91d0149ce3f839390227651d2e1.tar.gz
zsh-851aa9c96a6ee91d0149ce3f839390227651d2e1.tar.bz2
zsh-851aa9c96a6ee91d0149ce3f839390227651d2e1.zip
Merge pull request #856 from sgharms/patch-1
Grammar update
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.textile b/README.textile
index eca968089..bf6776665 100644
--- a/README.textile
+++ b/README.textile
@@ -56,7 +56,7 @@ the "refcard":http://www.bash2zsh.com/zsh_refcard/refcard.pdf is pretty tasty fo
h3. Customization
If you want to override any of the default behavior, just add a new file (ending in @.zsh@) into the @custom/@ directory.
-If you have many functions which go good together you can put them as a *.plugin.zsh file in the @custom/plugins/@ directory and then enable this plugin.
+If you have many functions which go well together you can put them as a *.plugin.zsh file in the @custom/plugins/@ directory and then enable this plugin.
If you would like to override the functionality of a plugin distributed with oh-my-zsh, create a plugin of the same name in the @custom/plugins/@ directory and it will be loaded instead of the one in @plugins/@.