From 7643f31e6b73b333776d239b335a7c4a51044685 Mon Sep 17 00:00:00 2001 From: davhojt Date: Mon, 26 Sep 2022 12:28:38 +0100 Subject: [PATCH] docs(ascii-art-color): convert final question to bonus --- subjects/ascii-art/color/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index e25f34873..39055818e 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -90,4 +90,4 @@ EX: go run . something --color= ##### Try to use different `--color` flag notations like: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`. -###### Is it possible to use 2 or more color flag notations? +###### +Is it possible to use 2 or more color flag notations?