From fc0080ea2b81aeb8a083ff3a9e6573af2c6dc92f Mon Sep 17 00:00:00 2001 From: Shaun Lawrence Date: Thu, 25 Nov 2021 20:47:23 +0000 Subject: [PATCH] Fixed typos (#1730) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Javier Suárez --- .../Xamarin.CommunityToolkit/Views/Popup/BasePopup.shared.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CommunityToolkit/Xamarin.CommunityToolkit/Views/Popup/BasePopup.shared.cs b/src/CommunityToolkit/Xamarin.CommunityToolkit/Views/Popup/BasePopup.shared.cs index 22f384754..51d62394a 100644 --- a/src/CommunityToolkit/Xamarin.CommunityToolkit/Views/Popup/BasePopup.shared.cs +++ b/src/CommunityToolkit/Xamarin.CommunityToolkit/Views/Popup/BasePopup.shared.cs @@ -41,7 +41,7 @@ public IPlatformElementConfiguration On() where T : IConfigPlat /// Gets or sets the content to render in the Popup. /// /// - /// The View can be or type: , or + /// The View can be of type: , or /// public virtual View? Content { @@ -95,7 +95,7 @@ public LayoutOptions HorizontalOptions /// /// The Popup will always try to constrain the actual size of the /// to the of the View unless a is specified. - /// If the contiains a + /// If the contains a /// will be required. This will allow the View to have a concept of /// that varies from the actual of the ///