Skip to content

Commit

Permalink
Fix typo in SafeArea documentation
Browse files Browse the repository at this point in the history
Reviewed By: shergin

Differential Revision: D6316656

fbshipit-source-id: 12d37f9d8ad2481b7f6685c8d675ce84234bd814
  • Loading branch information
Wei Yeh authored and bowerman0 committed Dec 5, 2017
1 parent 4ae5f46 commit 40b0b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/SafeAreaView/SafeAreaView.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<Props> {
Expand Down

0 comments on commit 40b0b4b

Please sign in to comment.