From 18e2f919c2dd2ef16ade00ec2cc3a28f0ebd1eca Mon Sep 17 00:00:00 2001 From: Raman Pandey Date: Thu, 12 Jun 2025 02:57:56 +0530 Subject: [PATCH] fix(curriculum): correct class name typo in nutrition label step 8 (#60834) --- .../615f50473cc0196c6dd3892a.md | 2 +- .../workshop-nutritional-label/615f50473cc0196c6dd3892a.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/615f50473cc0196c6dd3892a.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/615f50473cc0196c6dd3892a.md index 2f835f89e70..31e85f2cca7 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/615f50473cc0196c6dd3892a.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/615f50473cc0196c6dd3892a.md @@ -9,7 +9,7 @@ dashedName: step-28 You may notice there is still a small border at the bottom of your `.large` element. To reset this, give your `.large, .medium` selector a `border` property set to `0`. -Note: the `medium`(medium) class will be utilized later for the thinner bars of the nutrition label. +Note: the `medium` class will be utilized later for the thinner bars of the nutrition label. # --hints-- diff --git a/curriculum/challenges/english/25-front-end-development/workshop-nutritional-label/615f50473cc0196c6dd3892a.md b/curriculum/challenges/english/25-front-end-development/workshop-nutritional-label/615f50473cc0196c6dd3892a.md index 2f835f89e70..31e85f2cca7 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-nutritional-label/615f50473cc0196c6dd3892a.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-nutritional-label/615f50473cc0196c6dd3892a.md @@ -9,7 +9,7 @@ dashedName: step-28 You may notice there is still a small border at the bottom of your `.large` element. To reset this, give your `.large, .medium` selector a `border` property set to `0`. -Note: the `medium`(medium) class will be utilized later for the thinner bars of the nutrition label. +Note: the `medium` class will be utilized later for the thinner bars of the nutrition label. # --hints--