Skip to content

Commit

Permalink
docs: ✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Feb 28, 2024
1 parent f103fb8 commit 03c774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/MoebiusPalettes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class MoebiusPalettes implements MoebiusPaletteInterface {
* Generate a complement color palette based on the input color.
*
* @param {MoebiusChromaColorInputType} color - The base color for generating the complement palette.
* @param {MoebiusPaletteOptionsType} [options={}] - Options for generating the palette.
* @param {MoebiusPaletteOptionsType} [options={}] - Options for generating the palette.<
* @param {number} [options.numberOfColors=8] - The number of colors in the complement palette.
* @param {string} [options.colorScaleMode] - The color scale mode for chroma-js.
* @param {boolean} [options.correctLightness=true] - Whether to correct lightness in the generated palette.
Expand Down

0 comments on commit 03c774a

Please sign in to comment.