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 {