Skip to content

Commit 2971fcb

Browse files
authored
Update validateHexColor.js
1 parent e3fcde9 commit 2971fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Regular Expressions/Hexadecimal color/validateHexColor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* HHexadecimal color pattern. The following formats are allowed:
2+
* Hexadecimal color pattern. The following formats are allowed:
33
* #ABC | #AB1 | #123
44
* #ABCDEF | #ABC123 | #123456
55
*/

0 commit comments

Comments
 (0)