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

switch second to third
This commit is contained in:
Dylan R
2022-09-08 12:11:01 -06:00
committed by GitHub
parent acc966ac31
commit 2c0bac12cc

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`.