We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b05eedc + 6dbda4e commit f3dffdfCopy full SHA for f3dffdf
js/lesson3/tutorial.md
@@ -283,7 +283,7 @@ Handle the `keydown keyup` and `keypress` events of the `#color` input. Pass the
283
284
###Set the color value
285
286
-Extend `previewColor()` to also set the value of `.color-code` to the `background-color` of the `.preview` div.
+Extend `setPreviewColor()` to also set the value of `.color-code` to the `background-color` of the `.preview` div.
287
As the color code is converted to *rgb* when set, that is the value the we will be displaying.
288
289

0 commit comments