diff --git a/docs/ios/platform-specifics/page-safe-area-layout.md b/docs/ios/platform-specifics/page-safe-area-layout.md index 48a919d76..5f321ebb6 100644 --- a/docs/ios/platform-specifics/page-safe-area-layout.md +++ b/docs/ios/platform-specifics/page-safe-area-layout.md @@ -32,4 +32,4 @@ On().SetUseSafeArea(false); The `Page.On` method specifies that this platform-specific will only run on iOS. The `Page.SetUseSafeArea` method, in the `Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific` namespace, controls whether the safe area layout guide is disabled. > [!NOTE] -> The class defines a property that ensures that content is positioned on an area of the screen that is safe for all iOS devices. This property can be set to `false` on any layout class, such as a or , to perform the equivalent of this platform-specific. +> The class defines a property that ensures that content is positioned on an area of the screen that is safe for all iOS devices. This property can be set to `true` on any layout class, such as a or , to perform the equivalent of this platform-specific.