chore(curriculum): fixed sentence in step 55 of nutritional label (#49000)

fix sentence in step 55 of nutritional label
This commit is contained in:
Dario-DC
2023-01-12 07:58:03 +01:00
committed by GitHub
parent 4ca379f53b
commit 562b70ce31

View File

@@ -7,7 +7,7 @@ dashedName: step-55
# --description--
Add another `p` element with the text `Total Carbohydrate 37g 13%`. Like before, use `span` elements to make the text `Total Carbohydrate` bold, and the text `13%` bold. Also add an additional `span` element to wrap the `Total Carbohydrate 37g` text in a span element so to have it aligned to the left, and `13%` to the right.
Add another `p` element with the text `Total Carbohydrate 37g 13%`. Like before, use `span` elements to make the text `Total Carbohydrate` and `13%` bold. Also add an additional `span` element to wrap the `Total Carbohydrate 37g` text in a span element so to have it aligned to the left, and `13%` to the right.
# --hints--