fix(curriculum): correct typo in grid-auto-flow description (#64468)

This commit is contained in:
Sahitya Singh
2025-12-11 00:15:19 +05:30
committed by GitHub
parent fbef211027
commit a8901751a4

View File

@@ -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 {