fix(curriculum): typo in 65 of building a magazine project (#47470)

switch second to third
pull/47469/merge
Dylan R 2022-09-08 12:11:01 -06:00 committed by GitHub
parent acc966ac31
commit 2c0bac12cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ dashedName: step-65
# --description--
Now it's time to style your second `section`. Note that it has the `text` and `text-with-images` values for the `class` attribute, which means it is already inheriting the styles from your `.text` rule.
Now it's time to style your third `section`. Note that it has the `text` and `text-with-images` values for the `class` attribute, which means it is already inheriting the styles from your `.text` rule.
Create a `.text-with-images` selector and set the `display` property to `grid`.