Skip to content

Commit ae35316

Browse files
JakeQZoliverklee
andauthored
Update src/Value/Color.php
Co-authored-by: Oliver Klee <[email protected]>
1 parent e70a55f commit ae35316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Value/Color.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ private function shouldRenderInModernSyntax(): bool
299299
$hasNumber = false;
300300
foreach ($this->aComponents as $key => $value) {
301301
if ($key === 'a') {
302-
// ALpha can have units that don't match those of the RGB components in the "legacy" syntax.
302+
// Alpha can have units that don't match those of the RGB components in the "legacy" syntax.
303303
// So it is not necessary to check it. It's also always last, hence `break` rather than `continue`.
304304
break;
305305
}

0 commit comments

Comments
 (0)