From 72d989c68169426e5b27cd3c28b1418578231392 Mon Sep 17 00:00:00 2001 From: Reuben Menezes <46624582+ReubenMenezes@users.noreply.github.com> Date: Sun, 9 Jan 2022 11:41:18 +0530 Subject: [PATCH] fix(curriculum): correct spelling error (#44727) Changed the incorrect spelling (rbg) to the correct spelling (rgb) --- .../step-037.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--