diff --git a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column.english.md b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column.english.md
index dd756a3f21..df5ff44f38 100644
--- a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column.english.md
+++ b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column.english.md
@@ -13,7 +13,7 @@ The last two challenges used the flex-direction
property set to row
## Instructions
-Add the CSS property flex-direction
to the #box-container
element, and give it a value of column.
+Add the CSS property flex-direction
to the #box-container
element, and give it a value of column
.
## Tests