fix(curriculum): modified instructions (#50830)

Co-authored-by: Anmol Sarraf <anmolsarraf@Anmols-MacBook-Pro.local>
This commit is contained in:
Anmol Sarraf
2023-06-29 18:20:31 +10:00
committed by GitHub
parent b69f99f954
commit 4eeb7512e1
@@ -30,7 +30,7 @@ Notice how we camelCase the `fontSize` property? This is because React will not
Add a `style` attribute to the `div` in the code editor to give the text a color of red and font size of `72px`.
Note that you can optionally set the font size to be a number, omitting the units `px`, or write it as `72px`.
Note that you can optionally set the font size to be a number, omitting the units `px`, or write it as `"72px"`.
# --hints--
The component should render a `div` element.