From f04ec72c44582ec2f659afcc1feef1509eee3d43 Mon Sep 17 00:00:00 2001 From: Jim Kernicky Date: Tue, 4 Jan 2022 15:09:41 -0500 Subject: [PATCH] fix(curriculum): typos in rothko-painting (#44644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(curriculum): typos in Rothko Painting section * Set step 36 back to original wording Co-authored-by: “Jim” <“jimkernicky@gmail.com”> --- .../step-025.md | 2 +- .../step-035.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-025.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-025.md index 581d7bce7f..3c8ada7d62 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-025.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-025.md @@ -7,7 +7,7 @@ dashedName: step-25 # --description-- -Set the `height` of the `.two` to 200 pixels. +Set the `height` of the `.two` element to 200 pixels. # --hints-- diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-035.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-035.md index 022f6b99f7..ebd69ed469 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-035.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-035.md @@ -9,7 +9,7 @@ dashedName: step-35 The colors and shapes of your painting are too sharp to pass as a Rothko. -Use the `filter` property with the value `blur(2px)` in the `.canvas`. +Use the `filter` property with the value `blur(2px)` in the `.canvas` element. # --hints--