From 571dedea7f4fdb0b5313e331af1f56559f403527 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Wed, 2 Sep 2020 22:31:26 -0400 Subject: [PATCH] Fixed typo --- languages/bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/bash.sh b/languages/bash.sh index 18d7903..b7a1d22 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -508,6 +508,6 @@ On_Cyan='\033[46m' # Cyan On_White='\033[47m' # White # Example of usage -echo -e "${Green}This is GREEN text${Color_Off} and nornal text" +echo -e "${Green}This is GREEN text${Color_Off} and normal text" echo -e "${Red}${On_White}This is Red test on White background${Color_Off}" # option -e is mandatory, it enable interpretation of backslash escapes