Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Jan 13, 2020
1 parent 599b1a4 commit f128599
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export const ColorStopsCategorical = ({
ColorStopsCategorical.propTypes = {
/**
* Array of { stop, color }.
* Stops are numbers in strictly ascending order.
* The range is from the given stop number (inclusive) to the next stop number (exclusive).
* Stops are any strings
* Stops cannot include duplicates
* Colors are color hex strings (3 or 6 character).
*/
colorStops: PropTypes.arrayOf(
Expand Down

0 comments on commit f128599

Please sign in to comment.