Skip to content

Commit f3dffdf

Browse files
committed
Merge pull request codebar#47 from zoodor/patch-2
Fix typo in function name
2 parents b05eedc + 6dbda4e commit f3dffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/lesson3/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Handle the `keydown keyup` and `keypress` events of the `#color` input. Pass the
283283

284284
###Set the color value
285285

286-
Extend `previewColor()` to also set the value of `.color-code` to the `background-color` of the `.preview` div.
286+
Extend `setPreviewColor()` to also set the value of `.color-code` to the `background-color` of the `.preview` div.
287287
As the color code is converted to *rgb* when set, that is the value the we will be displaying.
288288

289289
![](assets/images/color-codes.png)

0 commit comments

Comments
 (0)