Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
change 'de' to 'the'
  • Loading branch information
ninjaPixel authored Jul 31, 2019
1 parent 23c40f7 commit 835aadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/slider/slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Discrete sliders can be adjusted to a specific value by referencing its value in
By order of demos:

1. You can generate a mark for each step with `marks={true}`.
1. You can change de default step increment.
1. You can change the default step increment.
1. You can have custom marks by providing a rich array to the `marks` prop.
1. You can restrict the selectable values to those provided with the `marks` prop with `step={null}`.
1. You can force the thumb label to be always visible with `valueLabelDisplay="on"`.
Expand Down

0 comments on commit 835aadc

Please sign in to comment.