diff --git a/packages/contrast-colors/theme.js b/packages/contrast-colors/theme.js index 502156c5..8f2757dc 100644 --- a/packages/contrast-colors/theme.js +++ b/packages/contrast-colors/theme.js @@ -28,7 +28,7 @@ class Theme { this._output = output; this._colors = colors; this._lightness = lightness; - this._saturatoin = saturation; + this._saturation = saturation; this._setBackgroundColor(backgroundColor); this._setBackgroundColorValue();