diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 781179a452..6d2ee2e433 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -2510,7 +2510,7 @@ export interface SegmentedControlIOSProps extends ViewProps { /** * Renders nested content and automatically applies paddings reflect the portion of the view * that is not covered by navigation bars, tab bars, toolbars, and other ancestor views. - * Moreover, and most importantly, Safe Area's paddings feflect physical limitation of the screen, + * Moreover, and most importantly, Safe Area's paddings reflect physical limitation of the screen, * such as rounded corners or camera notches (aka sensor housing area on iPhone X). */ declare class SafeAreaViewComponent extends React.Component {}