Skip to content

Commit 32007bc

Browse files
authored
fix(curriculum): hyphenate auto-placed items in CSS Grid review (freeCodeCamp#64799)
1 parent 66e7828 commit 32007bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/blocks/review-css-grid/671a99394bedfb9a5bc687c4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dashedName: review-css-grid
3030
```
3131

3232
- **`grid-template-rows`**: This is used to set lines names and sizing for the grid track rows.
33-
- **`grid-auto-flow`**: This determines how auto placed items fit in the grid.
33+
- **`grid-auto-flow`**: This determines how auto-placed items fit in the grid.
3434

3535
```css
3636
.container {

0 commit comments

Comments
 (0)