Skip to content

Commit 0dcc51f

Browse files
authored
Simple typo fix in example text (missing #)
To make box three text consistent with box one and two.
1 parent 1a8b538 commit 0dcc51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/values-units/color-hex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="wrapper">
5858
<div class="box one">#02798b</div>
5959
<div class="box two">#c55da1</div>
60-
<div class="box three">128a7d</div>
60+
<div class="box three">#128a7d</div>
6161
</div>
6262
</textarea>
6363

0 commit comments

Comments
 (0)