Skip to content

Commit 3642661

Browse files
committed
Merge pull request #5 from kitbs/patch-1
fix majenta -> magenta
2 parents d95e225 + 571e468 commit 3642661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Primal/Color/CMYKColor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function toRGB() {
4444
}
4545

4646
function toCSS() {
47-
return "device-cmyk({$this->cyan}, {$this->majenta}, {$this->yellow}, {$this->black})";
47+
return "device-cmyk({$this->cyan}, {$this->magenta}, {$this->yellow}, {$this->black})";
4848
}
4949

5050

0 commit comments

Comments
 (0)