From 803ab29c7c2376dfc30de1a8632ccf3bfa101f30 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Zepeda Date: Mon, 9 Oct 2023 23:13:02 -0500 Subject: [PATCH] Update flex-flow-empty-space.html Updated all the `flex-row` to `flex-flow`. There is no such property as `flex-row`. Unless there is a reason specifically that it is written as such to specify that it refers to `flex-flow` somehow??? This also show as `flex-row` in the physical book chapter 11 examples: 11-12, 11-13, and 11-14. --- 11-flexbox/flex-flow-empty-space.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/11-flexbox/flex-flow-empty-space.html b/11-flexbox/flex-flow-empty-space.html index b99ce64..f2521c6 100755 --- a/11-flexbox/flex-flow-empty-space.html +++ b/11-flexbox/flex-flow-empty-space.html @@ -94,8 +94,8 @@ Cross-end -

flex-row: column-reverse wrap-reverse

+

flex-flow: column-reverse wrap-reverse

- \ No newline at end of file +