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

Hi all,

I think there’s a mistake in the lesson in the following statement:
wrap-reverse : wraps items from bottom-to-top if they are in a row, or right-to-left if they are in a column.

I think it should be:

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

I didn’t know how to report this so I created this thread.
Thanks!

Edit: turned out I was wrong and there’s already a github issue about this explaining that the current state is the correct one:

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.

1 Like