From 386d89767123d1b9bd17b9f3cc8f9257473849f7 Mon Sep 17 00:00:00 2001 From: Jim Kernicky Date: Mon, 3 Jan 2022 02:29:07 -0500 Subject: [PATCH] fix(curriculum): typos in Nutrition Label section (#44652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(curriculum): typos in Nutrition Label section * Deleted tream file from last commit Co-authored-by: “Jim” <“jimkernicky@gmail.com”> --- .../learn-typography-by-building-a-nutrition-label/step-025.md | 2 +- .../learn-typography-by-building-a-nutrition-label/step-053.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/step-025.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/step-025.md index ff0c4e0383..d7c0c3f1f4 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/step-025.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/step-025.md @@ -7,7 +7,7 @@ dashedName: step-25 # --description-- -Now update your `h1` selector to be `header h1`, to specifically target your `h1` element within your new `header`. +Now update your `h1` selector to be `header h1` to specifically target your `h1` element within your new `header`. # --hints-- diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/step-053.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/step-053.md index cc5f7b93a8..432939d693 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/step-053.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/step-053.md @@ -7,7 +7,7 @@ dashedName: step-53 # --description-- -Below your last `p` element, create another `p` element with the text `Sodium 160mg 7%`. Wrap the text `sodium` in a `span` element with a `class` attribute set to `bold`. Wrap the `7%` text in another `span` element with the `class` set to `bold right`. +Below your last `p` element, create another `p` element with the text `Sodium 160mg 7%`. Wrap the text `Sodium` in a `span` element with a `class` attribute set to `bold`. Wrap the `7%` text in another `span` element with the `class` set to `bold right`. # --hints--