diff --git a/thebookofcolors b/thebookofcolors index c6d34a7..a9f0da6 100755 --- a/thebookofcolors +++ b/thebookofcolors @@ -86,14 +86,14 @@ section_regular_colors() { printf "These colors and their respective escape codes are shown in the following table:\n" newline - printf "\e[30m\\e[30;47mBlack\e[0m (shown on light grey background to ensure visibility)\n" + printf "\e[30m\\e[30;47mBlack\e[0m (shown on light grey background to aid visibility)\n" printf "\e[31m\\e[31mRed\e[0m\n" printf "\e[32m\\e[32mGreen\e[0m\n" printf "\e[33m\\e[33mBrown\e[0m\n" printf "\e[34m\\e[34mBlue\e[0m\n" printf "\e[35m\\e[35mPurple\e[0m\n" printf "\e[36m\\e[36mCyan\e[0m\n" - printf "\e[37m\\e[37;40mLight grey (shown on black background to ensure visibility)\e[0m\n" + printf "\e[37m\\e[37;40mLight grey (shown on black background to aid visibility)\e[0m\n" } section_notes_on_names() {