Possible error in the lesson: CSS Flexbox: Use the flex-wrap Property to Wrap a Row or Column

at the voice wrap-reverse it says:

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

as far as my understanding goes, it should be the opposite for rows (left-to-right) and columns (bottom-to-top).

Hope it helps

Cheers

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.