fix(curriculum): correct spelling error (#44727)

Changed the incorrect spelling (rbg) to the correct spelling (rgb)
This commit is contained in:
Reuben Menezes
2022-01-09 11:41:18 +05:30
committed by GitHub
parent 3416a4adef
commit 72d989c681

View File

@ -11,7 +11,7 @@ Notice that the red and cyan colors are very bright right next to each other. Th
It's better practice to choose one color as the dominant color, and use its complementary color as an accent to bring attention to certain content on the page. It's better practice to choose one color as the dominant color, and use its complementary color as an accent to bring attention to certain content on the page.
First, in the `h1` rule, use the `rbg` function to set its background color to cyan. First, in the `h1` rule, use the `rgb` function to set its background color to cyan.
# --hints-- # --hints--