diff --git a/versioned_docs/version-6.x/handling-safe-area.md b/versioned_docs/version-6.x/handling-safe-area.md index 121a2f0ee83..4fa5a6a96b9 100755 --- a/versioned_docs/version-6.x/handling-safe-area.md +++ b/versioned_docs/version-6.x/handling-safe-area.md @@ -173,5 +173,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