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

Fix typos in MainThread.cs #2074

Merged
merged 10 commits into from Feb 7, 2023
8 changes: 4 additions & 4 deletions docs/en/Xamarin.Essentials/MainThread.xml
Expand Up @@ -72,7 +72,7 @@
</Parameters>
<Docs>
<param name="action">Action to invoke</param>
<summary>Invoke the main thread aysnc</summary>
<summary>Invoke the main thread async</summary>
<returns>A task that can be awaited</returns>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -94,7 +94,7 @@
</Parameters>
<Docs>
<param name="funcTask">A function task to execute</param>
<summary>Invoke the main thread aysnc</summary>
<summary>Invoke the main thread async</summary>
<returns>A task that can be awaited</returns>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -120,7 +120,7 @@
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="funcTask">A function task to execute</param>
<summary>Invoke the main thread aysnc</summary>
<summary>Invoke the main thread async</summary>
<returns>A task that can be awaited</returns>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -146,7 +146,7 @@
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="func">A function to execute</param>
<summary>Invoke the main thread aysnc</summary>
<summary>Invoke the main thread async</summary>
<returns>A task that can be awaited</returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down
12 changes: 6 additions & 6 deletions docs/en/Xamarin.Essentials/PointExtensions.xml
Expand Up @@ -32,7 +32,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -54,7 +54,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -76,7 +76,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -98,7 +98,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -120,7 +120,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -142,7 +142,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand Down