File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
react-aria-components/docs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ function Example() {
375375
376376### Custom value scale
377377
378- By default, slider values are precentages between 0 and 100. A different scale can be used by setting the ` minValue ` and ` maxValue ` props.
378+ By default, slider values are percentages between 0 and 100. A different scale can be used by setting the ` minValue ` and ` maxValue ` props.
379379
380380``` tsx example
381381<Slider
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ function Example() {
313313
314314### Custom value scale
315315
316- By default, slider values are precentages between 0 and 100. A different scale can be used by setting the ` minValue ` and ` maxValue ` props.
316+ By default, slider values are percentages between 0 and 100. A different scale can be used by setting the ` minValue ` and ` maxValue ` props.
317317
318318``` tsx example
319319<MySlider
You can’t perform that action at this time.
0 commit comments