File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -272,9 +272,9 @@ One of… <br>
272
272
<td valign =" top " valign =" top " rowspan =" 1 " >
273
273
274
274
Indicator to render when scrolling is allowed in the requested direction. If
275
- given a function, it will be passed the overflow state and and object containing
276
- the ` viewport ` ref (you can use the ` refs ` parameter to render an indicator that
277
- is also a button that scrolls the viewport).
275
+ given a function, it will be passed the overflow state and an object containing
276
+ the ` viewport ` ref. You can use this ` refs ` parameter to render an indicator
277
+ that is also a button that scrolls the viewport (for example ).
278
278
279
279
</td >
280
280
</tr >
Original file line number Diff line number Diff line change @@ -367,9 +367,9 @@ OverflowIndicator.displayName = 'Overflow.Indicator';
367
367
OverflowIndicator . propTypes = {
368
368
/**
369
369
* Indicator to render when scrolling is allowed in the requested direction.
370
- * If given a function, it will be passed the overflow state and and object
371
- * containing the `viewport` ref (you can use the `refs` parameter to render
372
- * an indicator that is also a button that scrolls the viewport).
370
+ * If given a function, it will be passed the overflow state and an object
371
+ * containing the `viewport` ref. You can use this `refs` parameter to render
372
+ * an indicator that is also a button that scrolls the viewport (for example ).
373
373
*/
374
374
children : PropTypes . oneOfType ( [ PropTypes . node , PropTypes . func ] ) ,
375
375
/**
You can’t perform that action at this time.
0 commit comments