Skip to content

Commit 9d71adb

Browse files
Merge pull request TheOdinProject#129 from yujioshiro/grid-layout
Fixed typo in grid-layout-2 exercise
2 parents 0dc37ec + a1042d0 commit 9d71adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grid/02-grid-layout-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When the browser is stretched wide:
2121
- The grid has two columns
2222
- The grid has four rows
2323
- The grid tracks do not use static sizes (no pixels!)
24-
- The first column is three times larger than the other
24+
- The second column is three times larger than the other
2525
- The third row is five times larger than the others
2626
- The rows and columns stretch wider when making the browser window bigger
2727
- The rows and columns stretch taller when making the browser window smaller

0 commit comments

Comments
 (0)