From a8901751a4e4611e577cb9f1b1a9de8c55676028 Mon Sep 17 00:00:00 2001 From: Sahitya Singh Date: Thu, 11 Dec 2025 00:15:19 +0530 Subject: [PATCH] fix(curriculum): correct typo in grid-auto-flow description (#64468) --- .../english/blocks/review-css-grid/671a99394bedfb9a5bc687c4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/review-css-grid/671a99394bedfb9a5bc687c4.md b/curriculum/challenges/english/blocks/review-css-grid/671a99394bedfb9a5bc687c4.md index 744f119b9be..8b2e3909bd2 100644 --- a/curriculum/challenges/english/blocks/review-css-grid/671a99394bedfb9a5bc687c4.md +++ b/curriculum/challenges/english/blocks/review-css-grid/671a99394bedfb9a5bc687c4.md @@ -30,7 +30,7 @@ dashedName: review-css-grid ``` - **`grid-template-rows`**: This is used to set lines names and sizing for the grid track rows. -- **`grid-auto-flow`**: The determines how auto placed items fit in the grid. +- **`grid-auto-flow`**: This determines how auto placed items fit in the grid. ```css .container {