From 02bfb2316a11c4a604fb20af7601337adadecb84 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Tue, 29 Apr 2025 10:32:31 +0100 Subject: [PATCH] Fix typo in ScrollView.d.ts --- .../Libraries/Components/ScrollView/ScrollView.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts b/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts index fffaaf11bb4..b4c347f1998 100644 --- a/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts +++ b/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts @@ -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. */