mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
fix(curriculum): correct typo in grid-auto-flow description (#64468)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user