We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d95e225 + 571e468 commit 3642661Copy full SHA for 3642661
lib/Primal/Color/CMYKColor.php
@@ -44,7 +44,7 @@ function toRGB() {
44
}
45
46
function toCSS() {
47
- return "device-cmyk({$this->cyan}, {$this->majenta}, {$this->yellow}, {$this->black})";
+ return "device-cmyk({$this->cyan}, {$this->magenta}, {$this->yellow}, {$this->black})";
48
49
50
0 commit comments