Skip to content

Commit fd780af

Browse files
authored
fix(curriculum): Modified one of the ambigious options of a question in grid lecture challenge (freeCodeCamp#58342)
1 parent 0b9d914 commit fd780af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

curriculum/challenges/english/25-front-end-development/lecture-working-with-css-grid/673226b97d4a731e0577ae93.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ What is the specific use case of the `grid-area` property?
9090

9191
## --answers--
9292

93-
To define the layout of the grid using named areas.
93+
To specify an area of the grid to exclude.
9494

9595
### --feedback--
9696

97-
This property places individual grid items within specific positions or named areas.
97+
This property places individual grid items within specific positions.
9898

9999
---
100100

101101
To specify the size of grid items.
102102

103103
### --feedback--
104104

105-
This property places individual grid items within specific positions or named areas.
105+
This property places individual grid items within specific positions.
106106

107107
---
108108

@@ -114,7 +114,7 @@ To create a visual representation of the grid.
114114

115115
### --feedback--
116116

117-
This property places individual grid items within specific positions or named areas.
117+
This property places individual grid items within specific positions.
118118

119119
## --video-solution--
120120

0 commit comments

Comments
 (0)