Skip to content

Commit

Permalink
update onChange description
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Mar 27, 2018
1 parent 09849ab commit f6356dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Slider.propTypes = {
*/
reversed: PropTypes.bool,
/**
* Function triggered when the value of the slider is changed. Receives values.
* Function triggered when the value of the slider has changed. This will recieve changes at the end of a slide as well as changes from clicks on rails and tracks. Receives values.
*/
onChange: PropTypes.func,
/**
Expand Down

0 comments on commit f6356dd

Please sign in to comment.