fix(curriculum) fixes for grammar and missing articles (#41335)

* fix(curriculum) fixes for grammar and missing articles

* Update curriculum/challenges/english/01-responsive-web-design/css-grid/add-gaps-faster-with-grid-gap.md

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
This commit is contained in:
Sem Bauke
2021-03-02 20:27:45 +01:00
committed by GitHub
parent b98f2ecee3
commit f328bdb93e
10 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@ dashedName: add-flex-superpowers-to-the-tweet-embed
# --description--
To the right is the tweet embed that will be used as the practical example. Some of the elements would look better with a different layout. The last challenge demonstrated `display: flex`. Here you'll add it to several components in the tweet embed to start adjusting their positioning.
To the right is the tweet embed that will be used as a practical example. Some of the elements would look better with a different layout. The last challenge demonstrated `display: flex`. Here you'll add it to several components in the tweet embed to start adjusting their positioning.
# --instructions--