diff --git a/src/lib/isRgbColor.js b/src/lib/isRgbColor.js index 6e2866243..a672df279 100644 --- a/src/lib/isRgbColor.js +++ b/src/lib/isRgbColor.js @@ -23,7 +23,7 @@ export default function isRgbColor(str, options) { } if (allowSpaces) { - // make sure it starts with continous rgba? without spaces before stripping + // make sure it starts with continuous rgba? without spaces before stripping if (!startsWithRgb.test(str)) { return false; }