diff --git a/versioned_docs/version-4.x/handling-iphonex.md b/versioned_docs/version-4.x/handling-iphonex.md index 0debed04ef4..5897e16aac5 100644 --- a/versioned_docs/version-4.x/handling-iphonex.md +++ b/versioned_docs/version-4.x/handling-iphonex.md @@ -131,5 +131,5 @@ Similarly, you could apply these paddings in `contentContainerStyle` of `FlatLis - Use `react-native-safe-area-context` instead of `SafeAreaView` from `react-native` - Don't wrap your whole app in `SafeAreaView`, instead wrap content inside your screens -- Use the `edges` prop to apply safe are to specific sides +- Use the `edges` prop to apply safe area to specific sides - Use the `useSafeAreaInsets` hook for more control over where the insets are applied