Fixed small typo

Fixed a small typo that I noticed in the design docs.
Pretty sure it was meant to say "turned off" instead
of "turned of".
This commit is contained in:
Kurtis Nusbaum 2013-05-01 18:37:52 -05:00
parent 72b7e64ad8
commit 4e84cf1d38

View File

@ -77,7 +77,7 @@ A special note on the evils of configurability is the long list of
very useful features found in some shells, that are not turned on by
default. Both zsh and bash support command specific completions, but
no such completions are shipped with bash by default, and they are
turned of by default in zsh. Other features that zsh support that are
turned off by default in zsh. Other features that zsh support that are
disabled by default include tab-completion of strings containing
wildcards, a sane completion pager and a history file.