diff --git a/packages/core/color/color-common.ts b/packages/core/color/color-common.ts index 8408838f3..8942e3f07 100644 --- a/packages/core/color/color-common.ts +++ b/packages/core/color/color-common.ts @@ -174,7 +174,7 @@ export class Color implements definition.Color { } /** - * return true if brightenss < 128 + * return true if brightness < 128 * */ public isDark() { @@ -182,7 +182,7 @@ export class Color implements definition.Color { } /** - * return true if brightenss >= 128 + * return true if brightness >= 128 * */ public isLight() {