mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-01 21:01:20 +08:00
fix(curriculum): correct typo in grid-auto-flow description (#64468)
This commit is contained in:
parent
fbef211027
commit
a8901751a4
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user