Skip to content

Commit

Permalink
fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Oct 13, 2024
1 parent c96e428 commit 76e0e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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") {
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 76e0e30

Please sign in to comment.