Skip to content

Commit f882206

Browse files
cortinicofacebook-github-bot
authored andcommitted
Fix typo in ScrollView.d.ts (#50978)
Summary: Fixes #50969 ## Changelog: [INTERNAL] - Pull Request resolved: #50978 Test Plan: N/A Reviewed By: fabriziocucci Differential Revision: D73842116 Pulled By: cortinico fbshipit-source-id: 90bcbdec46a5de02c34c909e6e411f7cd0ae34eb
1 parent e486fda commit f882206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export interface ScrollViewPropsIOS {
365365

366366
/**
367367
* When true the scroll view bounces when it reaches the end of the
368-
* content if the content is larger then the scroll view along the axis of
368+
* content if the content is larger than the scroll view along the axis of
369369
* the scroll direction. When false it disables all bouncing even if
370370
* the `alwaysBounce*` props are true. The default value is true.
371371
*/

0 commit comments

Comments
 (0)