From 72dfef22e568343cc2ea2016d5491668887e48f2 Mon Sep 17 00:00:00 2001 From: JP Hizon Date: Thu, 12 Mar 2026 19:47:28 +0800 Subject: [PATCH] fix: typo in challenge instructions of workshop-colorful-boxes step 17 (#66387) --- .../blocks/workshop-colorful-boxes/692f314d449329ba8bcd5d2e.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-colorful-boxes/692f314d449329ba8bcd5d2e.md b/curriculum/challenges/english/blocks/workshop-colorful-boxes/692f314d449329ba8bcd5d2e.md index 97232f27b2c..0f000612881 100644 --- a/curriculum/challenges/english/blocks/workshop-colorful-boxes/692f314d449329ba8bcd5d2e.md +++ b/curriculum/challenges/english/blocks/workshop-colorful-boxes/692f314d449329ba8bcd5d2e.md @@ -12,7 +12,7 @@ The `border-radius` property rounds the corners of an element's border. You can - One value to apply to all four corners. - Two values, with the first value for top-left/bottom-right, and second for top-right/bottom-left. - Three values, corresponding to top-left, top-right/bottom-left, bottom-right. -- Four values, which set the border radius clockwise starting from from top-left corner. +- Four values, which set the border radius clockwise starting from top-left corner. Now add the property `border-radius` with the value `5px` to the `.box` selector.