Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fixed typos (#1730)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Suárez <[email protected]>
  • Loading branch information
bijington and jsuarezruiz authored Nov 25, 2021
1 parent fe2aeb2 commit fc0080e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public IPlatformElementConfiguration<T, BasePopup> On<T>() where T : IConfigPlat
/// Gets or sets the <see cref="View"/> content to render in the Popup.
/// </summary>
/// <remarks>
/// The View can be or type: <see cref="View"/>, <see cref="ContentPage"/> or <see cref="NavigationPage"/>
/// The View can be of type: <see cref="View"/>, <see cref="ContentPage"/> or <see cref="NavigationPage"/>
/// </remarks>
public virtual View? Content
{
Expand Down Expand Up @@ -95,7 +95,7 @@ public LayoutOptions HorizontalOptions
/// <remarks>
/// The Popup will always try to constrain the actual size of the <see cref="Popup" />
/// to the <see cref="Popup" /> of the View unless a <see cref="Size"/> is specified.
/// If the <see cref="Popup" /> contiains <see cref="LayoutOptions"/> a <see cref="Size"/>
/// If the <see cref="Popup" /> contains <see cref="LayoutOptions"/> a <see cref="Size"/>
/// will be required. This will allow the View to have a concept of <see cref="Size"/>
/// that varies from the actual <see cref="Size"/> of the <see cref="Popup" />
/// </remarks>
Expand Down

0 comments on commit fc0080e

Please sign in to comment.