From 31572c34a5d3479ca70bc433faa2c720ad8f7e95 Mon Sep 17 00:00:00 2001 From: kacperkapusciak Date: Tue, 14 Sep 2021 11:23:30 +0200 Subject: [PATCH] fix(typo): are -> area --- versioned_docs/version-4.x/handling-iphonex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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