From 2c0bac12cc127dfefa924b6ed95e7b5ecdf2ee79 Mon Sep 17 00:00:00 2001 From: Dylan R <48571264+DylanDevelops@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:11:01 -0600 Subject: [PATCH] fix(curriculum): typo in 65 of building a magazine project (#47470) switch second to third --- .../6148d4d57b965358c9fa38bf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-grid-by-building-a-magazine/6148d4d57b965358c9fa38bf.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-grid-by-building-a-magazine/6148d4d57b965358c9fa38bf.md index 213710b1e00..16e04f302e7 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-grid-by-building-a-magazine/6148d4d57b965358c9fa38bf.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-grid-by-building-a-magazine/6148d4d57b965358c9fa38bf.md @@ -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`.