From 58edf024a1ed3a71ef04f124546ee97496b6502f Mon Sep 17 00:00:00 2001 From: Wei Yeh Date: Tue, 14 Nov 2017 10:08:23 -0800 Subject: [PATCH] Fix typo in SafeArea documentation Reviewed By: shergin Differential Revision: D6316656 fbshipit-source-id: 12d37f9d8ad2481b7f6685c8d675ce84234bd814 --- Libraries/Components/SafeAreaView/SafeAreaView.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/SafeAreaView/SafeAreaView.ios.js b/Libraries/Components/SafeAreaView/SafeAreaView.ios.js index 35ae985a4810f1..73336990a7a6f6 100644 --- a/Libraries/Components/SafeAreaView/SafeAreaView.ios.js +++ b/Libraries/Components/SafeAreaView/SafeAreaView.ios.js @@ -24,7 +24,7 @@ type Props = 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). */ class SafeAreaView extends React.Component {