File tree 2 files changed +2
-2
lines changed
react-aria-components/docs
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ function Example() {
375
375
376
376
### Custom value scale
377
377
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.
379
379
380
380
``` tsx example
381
381
<Slider
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ function Example() {
313
313
314
314
### Custom value scale
315
315
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.
317
317
318
318
``` tsx example
319
319
<MySlider
You can’t perform that action at this time.
0 commit comments