fix(curriculum): correct class name typo in nutrition label step 8 (#60834)

This commit is contained in:
Raman Pandey
2025-06-12 02:57:56 +05:30
committed by GitHub
parent b858d29e4c
commit 18e2f919c2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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