From 0626b65be4b8c77aac376736dd7f03b5a8fc0dbd Mon Sep 17 00:00:00 2001 From: Micah Kamla Date: Wed, 9 Nov 2016 14:13:46 -0600 Subject: [PATCH] Corrected spelling of "appearnce" to "appearance", located in the first sentence of the first paragraph under themes heading. --- Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design.md b/Design.md index cfa1bbd..6240837 100644 --- a/Design.md +++ b/Design.md @@ -157,7 +157,7 @@ The plugins live in `plugins/` in the oh-my-zsh source tree. Even though their s ## Themes -Themes control the appearance of the `zsh` prompt, the appearnce of certain other programs, and some other behaviors, such as tab and window titles in terminal emulators. +Themes control the appearance of the `zsh` prompt, the appearance of certain other programs, and some other behaviors, such as tab and window titles in terminal emulators. OMZ turns on the `prompt_subst` shell option, and OMZ themes assume it is enabled.