Skip to content

Commit 206c33b

Browse files
fix(typo): are -> area (#1059)
1 parent a8522d1 commit 206c33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-4.x/handling-iphonex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ Similarly, you could apply these paddings in `contentContainerStyle` of `FlatLis
131131

132132
- Use `react-native-safe-area-context` instead of `SafeAreaView` from `react-native`
133133
- Don't wrap your whole app in `SafeAreaView`, instead wrap content inside your screens
134-
- Use the `edges` prop to apply safe are to specific sides
134+
- Use the `edges` prop to apply safe area to specific sides
135135
- Use the `useSafeAreaInsets` hook for more control over where the insets are applied

0 commit comments

Comments
 (0)