freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

Typo in curriculum/challenges/01-responsive-web-design/css-flexbox.json #287

Closed devragj closed 5 years ago

devragj commented 6 years ago

Describe the bug

The description of wrap-reverse has a typo. This is in line 936 of the file css-flexbox.json. Currently the description of wrap-reverse is: "wrap-reverse: wraps items from bottom-to-top if they are in a row, or left-to-right if they are in a column."

It should be: wrap-reverse: wraps items from bottom-to-top if they are in a row, or right-to-left if they are in a column.

robinmetral commented 5 years ago

Fixing this