Browse code

Merge pull request #856 from sgharms/patch-1

Grammar update

Robby Russell authored on 22/01/2012 at 20:56:47
Showing 1 changed files
... ...
@@ -56,7 +56,7 @@ the "refcard":http://www.bash2zsh.com/zsh_refcard/refcard.pdf is pretty tasty fo
56 56
 h3. Customization
57 57
 
58 58
 If you want to override any of the default behavior, just add a new file (ending in @.zsh@) into the @custom/@ directory.
59
-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.
59
+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.
60 60
 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/@.
61 61
 
62 62