From c75f151463dad2fd3c8aaa94ea14fbfa02ead7da Mon Sep 17 00:00:00 2001
From: Zunaid Hassan <67002737+zunaid-hassan@users.noreply.github.com>
Date: Sat, 27 Sep 2025 18:17:16 +0800
Subject: [PATCH 1/3] Update flexbox-growing-and-shrinking.md
Make the reading assignment #1 explicitly
clear as to which section requires reading
---
foundations/html_css/flexbox/flexbox-growing-and-shrinking.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md b/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
index 5af4a156d57..71976790b2d 100644
--- a/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
+++ b/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
@@ -84,7 +84,7 @@ It *is* possible to get fancy, and set up layouts where some columns relate to e
-1. Read [W3C's flex section](https://www.w3.org/TR/css-flexbox-1/#flex-common) to understand the basic values of common flex shorthand values.
+1. Read [W3C's flex section](https://www.w3.org/TR/css-flexbox-1/#flex-common) (`7.1.1. Basic Values of flex`) to understand the basic values of common flex shorthand values.
1. [MDN's documentation on flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) summarizes the entire flex shorthand values, as well as introduces some new syntax that hasn't been covered in the previous article.
From 09616d00013fc889e94d07472dcb8bd988c31d37 Mon Sep 17 00:00:00 2001
From: Zunaid Hassan <67002737+zunaid-hassan@users.noreply.github.com>
Date: Sat, 27 Sep 2025 18:24:59 +0800
Subject: [PATCH 2/3] Update flexbox-growing-and-shrinking.md
Add apostrophes to match the original document style
---
foundations/html_css/flexbox/flexbox-growing-and-shrinking.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md b/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
index 71976790b2d..871a167e8ad 100644
--- a/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
+++ b/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
@@ -84,7 +84,7 @@ It *is* possible to get fancy, and set up layouts where some columns relate to e
-1. Read [W3C's flex section](https://www.w3.org/TR/css-flexbox-1/#flex-common) (`7.1.1. Basic Values of flex`) to understand the basic values of common flex shorthand values.
+1. Read [W3C's flex section](https://www.w3.org/TR/css-flexbox-1/#flex-common) (`7.1.1. Basic Values of 'flex'`) to understand the basic values of common flex shorthand values.
1. [MDN's documentation on flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) summarizes the entire flex shorthand values, as well as introduces some new syntax that hasn't been covered in the previous article.
From fa1463de099330b792d7edd7eb0948114d1af64e Mon Sep 17 00:00:00 2001
From: Zunaid Hassan <67002737+zunaid-hassan@users.noreply.github.com>
Date: Sun, 12 Oct 2025 20:50:36 +0800
Subject: [PATCH 3/3] Update flexbox-growing-and-shrinking.md
---
foundations/html_css/flexbox/flexbox-growing-and-shrinking.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md b/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
index 871a167e8ad..31539f9a636 100644
--- a/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
+++ b/foundations/html_css/flexbox/flexbox-growing-and-shrinking.md
@@ -84,7 +84,7 @@ It *is* possible to get fancy, and set up layouts where some columns relate to e
-1. Read [W3C's flex section](https://www.w3.org/TR/css-flexbox-1/#flex-common) (`7.1.1. Basic Values of 'flex'`) to understand the basic values of common flex shorthand values.
+1. Read [W3C's "Basic Values of 'flex'"](https://www.w3.org/TR/css-flexbox-1/#flex-common) to understand the basic values of common flex shorthand values.
1. [MDN's documentation on flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) summarizes the entire flex shorthand values, as well as introduces some new syntax that hasn't been covered in the previous article.