From 795d7c596216b8a90a5565d0e566b4e5520b09ef Mon Sep 17 00:00:00 2001 From: Gary Yeung <5206130+garyeung@users.noreply.github.com> Date: Sun, 14 Dec 2025 18:57:01 +0800 Subject: [PATCH] fix(curriculum): improve answer to how-can-you-create-flexible-grids-with-the-fr-unit (#64507) --- .../lecture-working-with-css-grid/673226732b19aa1cacd0a75c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-working-with-css-grid/673226732b19aa1cacd0a75c.md b/curriculum/challenges/english/blocks/lecture-working-with-css-grid/673226732b19aa1cacd0a75c.md index 150dd1c8e8b..221cc63ad52 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-css-grid/673226732b19aa1cacd0a75c.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-css-grid/673226732b19aa1cacd0a75c.md @@ -118,7 +118,7 @@ Think about how sizes are determined for columns --- -It sets the names and track sizing for columns. +It sets the size for the columns. ---