Fixed Typo (#20473)

pull/29772/head
Scott Tran 2018-10-26 14:06:47 -05:00 committed by Huyen Nguyen
parent 17a6936154
commit 200a376382
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ where parameters is whatever you want it to be.
### Solution
Since the challenge requires you to create three columns of 100px each, declare the followin in your .container CSS codeblock:
Since the challenge requires you to create three columns of 100px each, declare the following in your .container CSS codeblock:
````css
grid-template-columns: 100px 100px 100px;