From aef71e1419dcc0e4a94b7dde5e80de22ca838f2a Mon Sep 17 00:00:00 2001 From: Joe Tanner <4348+jtanner@users.noreply.github.com> Date: Mon, 8 Oct 2018 15:28:04 -0600 Subject: [PATCH] Fix typo in SafeAreaViewComponent docs (#29548) --- types/react-native/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {}