Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Sep 25, 2023
1 parent c59b011 commit cbfec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const getColorPalette = (scale, classes) => {
}

// Returns color scale name for a palette
// join(',') is used to compare to arrays of colors
// join(',') is used to compare two arrays of colors
export const getColorScale = (palette) =>
colorScales.find(
(name) =>
Expand Down

0 comments on commit cbfec97

Please sign in to comment.