Corrected spelling in 'following' (#32360)

This commit is contained in:
jenshaw86
2019-01-16 07:27:11 +08:00
committed by Tom
parent fa4ddea155
commit b499ea880a

View File

@ -11,7 +11,7 @@ You can define rows by using the `grid-template-rows` CSS property.
### Solution
Since the challenge requires you to create two rows of `50px` each, declare the followin in your `.container` CSS code block:
Since the challenge requires you to create two rows of `50px` each, declare the following in your `.container` CSS code block:
````css
grid-template-rows: 50px 50px;