Fix typo in SafeAreaViewComponent docs (#29548)

This commit is contained in:
Joe Tanner
2018-10-08 15:28:04 -06:00
committed by Andy
parent a1e5eba8ee
commit aef71e1419

View File

@@ -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<ViewProps> {}