fix typo in comment

This commit is contained in:
Martin Aeschlimann 2021-03-05 17:35:29 +01:00
parent 230e0fdc9a
commit 92ad349125

View file

@ -36,7 +36,7 @@ export interface ColorDefaults {
}
/**
* A Color Value is either a color literal, a refence to other color or a derived color
* A Color Value is either a color literal, a reference to an other color or a derived color
*/
export type ColorValue = Color | string | ColorIdentifier | ColorFunction;