diff options
author | Mike Norman <mknorman@gmail.com> | 2016-12-05 12:12:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 12:12:31 -0600 |
commit | c612398bd26bdb0e0d92c7edf5bb102657868431 (patch) | |
tree | 39307baa00d88e425601e1f0cf5e6f5c2e9344ea /docs | |
parent | f9a44ed5ba4db08d0855570a9ed6a618b6b80c56 (diff) | |
download | xamarin-forms-c612398bd26bdb0e0d92c7edf5bb102657868431.tar.gz xamarin-forms-c612398bd26bdb0e0d92c7edf5bb102657868431.tar.bz2 xamarin-forms-c612398bd26bdb0e0d92c7edf5bb102657868431.zip |
Typos bug sweep. (#613)
Just typos.
Diffstat (limited to 'docs')
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml index 566e000c..8c981a90 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml @@ -15,7 +15,7 @@ </Attribute> </Attributes> <Docs> - <summary>Attribute that identifies a <see cref="T:Xamarin.Forms.Effect" /> with a unique identifier that can be used with <see cref="MXamarin.Forms.Effect.Resolve" /> to locate an effect.</summary> + <summary>Attribute that identifies a <see cref="T:Xamarin.Forms.Effect" /> with a unique identifier that can be used with <see cref="M:Xamarin.Forms.Effect.Resolve" /> to locate an effect.</summary> <remarks> <para>Developers must supply a name that is unique over the scope of the value that was supplied to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of the the resolution group name that was provided to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />, '<c>.</c>', and the name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns an effect that will have the type <paramref name="effectType" />.</para> <example> diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Image.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Image.xml index 00f60b07..32cd7f5e 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Image.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Image.xml @@ -132,7 +132,7 @@ var image = new Image { Source = "picture.png" };]]></code> </ReturnValue> <Docs> <summary>Gets the loading status of the image. This is a bindable property.</summary> - <value>A <see cref="T:System.Boolean" /> indicating if the image is loadin. Default is false.</value> + <value>A <see cref="T:System.Boolean" /> indicating if the image is loading. Default is false.</value> <remarks> <para> The following example illustrates running a <see cref="T:Xamarin.Forms.ActivityIndicator" /> to indicate that the image is loading:</para> diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/MasterDetailPage.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/MasterDetailPage.xml index f3dd8794..d30b072c 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/MasterDetailPage.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/MasterDetailPage.xml @@ -57,7 +57,7 @@ namespace FormsGallery new NamedColor("Aqua", Color.Aqua), new NamedColor("Black", Color.Black), new NamedColor("Blue", Color.Blue), - new NamedColor("Fuschia", Color.Fuschia), + new NamedColor("Fucshia", Color.Fucshia), new NamedColor("Gray", Color.Gray), new NamedColor("Green", Color.Green), new NamedColor("Lime", Color.Lime), diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml index db4de2ae..8155db40 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml @@ -42,7 +42,7 @@ namespace FormsGallery Dictionary<string, Color> nameToColor = new Dictionary<string, Color> { { "Aqua", Color.Aqua }, { "Black", Color.Black }, - { "Blue", Color.Blue }, { "Fuschia", Color.Fuschia }, + { "Blue", Color.Blue }, { "Fucshia", Color.Fucshia }, { "Gray", Color.Gray }, { "Green", Color.Green }, { "Lime", Color.Lime }, { "Maroon", Color.Maroon }, { "Navy", Color.Navy }, { "Olive", Color.Olive }, @@ -274,7 +274,7 @@ namespace FormsGallery <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> - <summary>Gets or sets the index of the slected item of the picker. This is a bindable property.</summary> + <summary>Gets or sets the index of the selected item of the picker. This is a bindable property.</summary> <value>An 0-based index representing the selected item in the list. Default is -1.</value> <remarks>A value of -1 represents no item selected.</remarks> </Docs> diff --git a/docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/MapType.xml b/docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/MapType.xml index 56eaf173..bd0fadf6 100644 --- a/docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/MapType.xml +++ b/docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/MapType.xml @@ -34,7 +34,7 @@ <ReturnType>Xamarin.Forms.Maps.MapType</ReturnType> </ReturnValue> <Docs> - <summary>A map that combinse satellite imagery and street data.</summary> + <summary>A map that combines satellite imagery and street data.</summary> </Docs> </Member> <Member MemberName="Satellite"> |