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 ///