Skip to content

Commit

Permalink
Fixed a typo on 'slider' example page. ('deperacate' -> 'deprecated')
Browse files Browse the repository at this point in the history
  • Loading branch information
gordeevbr committed Jan 27, 2018
1 parent b90084c commit 55d8f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ReactDOM.render(
/>
</div>
<div style={style}>
<p>Slider with custom handle and track style.<strong>(old api, will be deperacete)</strong></p>
<p>Slider with custom handle and track style.<strong>(old api, will be deprecated)</strong></p>
<Slider
defaultValue={30}
maximumTrackStyle={{ backgroundColor: 'red', height: 10 }}
Expand Down

0 comments on commit 55d8f01

Please sign in to comment.