From 7cbe7015207b5b7916a3c41b93ae028353593c56 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Zepeda Date: Mon, 9 Oct 2023 23:08:40 -0500 Subject: [PATCH] Update flex-flow-stacking-row.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-stacking-row.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/11-flexbox/flex-flow-stacking-row.html b/11-flexbox/flex-flow-stacking-row.html index 76271b0..40f9ee9 100755 --- a/11-flexbox/flex-flow-stacking-row.html +++ b/11-flexbox/flex-flow-stacking-row.html @@ -153,7 +153,7 @@ Cross-end -

flex-row: wrap row

+

flex-flow: wrap row

@@ -181,8 +181,8 @@ Cross-end -

flex-row: wrap row-reverse

+

flex-flow: wrap row-reverse

- \ No newline at end of file +