diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-colors-by-building-a-set-of-colored-markers/step-037.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-colors-by-building-a-set-of-colored-markers/step-037.md index e2ffe448b6..2c49699b41 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-colors-by-building-a-set-of-colored-markers/step-037.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-colors-by-building-a-set-of-colored-markers/step-037.md @@ -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. -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--