From 4e84cf1d3849631e3e4e5b0c2839cb37063c727d Mon Sep 17 00:00:00 2001 From: Kurtis Nusbaum Date: Wed, 1 May 2013 18:37:52 -0500 Subject: [PATCH] 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". --- doc_src/design.hdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/design.hdr b/doc_src/design.hdr index 572a95d76..2217ee8ae 100644 --- a/doc_src/design.hdr +++ b/doc_src/design.hdr @@ -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.