[Found a mistake] CSS Flexbox: flex-wrap

Hello,
I found a mistake in the “CSS Flexbox: Use the flex-wrap Property to Wrap a Row or Column” challenge.

It’s 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 challenge.

It’s should be:

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

Thank you.

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.