From 76e0e30413bdab6811bb52f1cf9dc950371042c5 Mon Sep 17 00:00:00 2001 From: David Aerne Date: Sun, 13 Oct 2024 13:55:19 +0200 Subject: [PATCH] fix typos in comments --- src/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index 6b871b1..4cf604d 100644 --- a/src/index.js +++ b/src/index.js @@ -40,7 +40,7 @@ class ColorDescription { } /** - * @returns {Array} descriptive describing the color temparature + * @returns {Array} descriptive describing the color temperature */ get temeratureWords() { const goal = this.color.temperature(); @@ -53,7 +53,7 @@ class ColorDescription { /** * - * @param {string} model color model in whitch the components are measured + * @param {string} model color model in which the components are measured * @returns {Array} color component mix in percent */ percentages(model = "gl") { @@ -145,7 +145,7 @@ class ColorDescription { } /** - * @param {Boolean} random randomizes sentense of descriptive + * @param {Boolean} random randomizes sentence of descriptive * @param {Integer} limit maximum descriptive to return * @returns {String} descriptive describing the color */