mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix typo in ScrollView.d.ts
This commit is contained in:
@@ -365,7 +365,7 @@ export interface ScrollViewPropsIOS {
|
||||
|
||||
/**
|
||||
* When true the scroll view bounces when it reaches the end of the
|
||||
* content if the content is larger then the scroll view along the axis of
|
||||
* content if the content is larger than the scroll view along the axis of
|
||||
* the scroll direction. When false it disables all bouncing even if
|
||||
* the `alwaysBounce*` props are true. The default value is true.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user