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.