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