Skip to content

Commit 6b21ced

Browse files
committed
chore: fix typo in comment
1 parent 6f436be commit 6b21ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/isRgbColor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function isRgbColor(str, options) {
2323
}
2424

2525
if (allowSpaces) {
26-
// make sure it starts with continous rgba? without spaces before stripping
26+
// make sure it starts with continuous rgba? without spaces before stripping
2727
if (!startsWithRgb.test(str)) {
2828
return false;
2929
}

0 commit comments

Comments
 (0)