Skip to content

Commit 58edf02

Browse files
Wei Yehfacebook-github-bot
Wei Yeh
authored andcommitted
Fix typo in SafeArea documentation
Reviewed By: shergin Differential Revision: D6316656 fbshipit-source-id: 12d37f9d8ad2481b7f6685c8d675ce84234bd814
1 parent cfa2bbf commit 58edf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Libraries/Components/SafeAreaView/SafeAreaView.ios.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Props = ViewProps & {
2424
/**
2525
* Renders nested content and automatically applies paddings reflect the portion of the view
2626
* that is not covered by navigation bars, tab bars, toolbars, and other ancestor views.
27-
* Moreover, and most importantly, Safe Area's paddings feflect physical limitation of the screen,
27+
* Moreover, and most importantly, Safe Area's paddings reflect physical limitation of the screen,
2828
* such as rounded corners or camera notches (aka sensor housing area on iPhone X).
2929
*/
3030
class SafeAreaView extends React.Component<Props> {

0 commit comments

Comments
 (0)