From 09145624f5e62f63dc6c9b011fbf778477ee9e97 Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskyy Date: Sat, 11 Apr 2020 17:21:08 +0300 Subject: [PATCH] fixed typo (thanks @neexite) --- languages/bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/bash.sh b/languages/bash.sh index fac2a3b..d65d7a1 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -508,5 +508,5 @@ On_White='\033[47m' # White # Example of usage echo -e "${Green}This is GREEN text${Color_Off} and nornal text" -echo -e "${Red}${On_White}This is Red test on White background${Collor_Off}" +echo -e "${Red}${On_White}This is Red test on White background${Color_Off}" # option -s is mandatory, it enable interpretation of backslash escapes