Skip to content

Commit 17ea50d

Browse files
authored
Update Slider docs to match comment to table (#4301)
1 parent 38399f6 commit 17ea50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/slider/docs/useSlider.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The thumbs can be dragged to allow a user to change their value. In addition, th
7575
track can be clicked to move the nearest thumb to that position.
7676

7777
### useSlider hook
78-
`useSlider` returns three sets of props that you should spread onto the appropriate element:
78+
`useSlider` returns several sets of props and you should spread each one onto the appropriate element:
7979

8080
<TypeContext.Provider value={docs.links}>
8181
<InterfaceType properties={docs.links[docs.exports.useSlider.return.id].properties} />

0 commit comments

Comments
 (0)