From c612398bd26bdb0e0d92c7edf5bb102657868431 Mon Sep 17 00:00:00 2001 From: Mike Norman Date: Mon, 5 Dec 2016 12:12:31 -0600 Subject: Typos bug sweep. (#613) Just typos. --- docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml | 2 +- docs/Xamarin.Forms.Core/Xamarin.Forms/Image.xml | 2 +- docs/Xamarin.Forms.Core/Xamarin.Forms/MasterDetailPage.xml | 2 +- docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml | 4 ++-- docs/Xamarin.Forms.Maps/Xamarin.Forms.Maps/MapType.xml | 2 +- 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 that identifies a with a unique identifier that can be used with to locate an effect. + Attribute that identifies a with a unique identifier that can be used with to locate an effect. Developers must supply a name that is unique over the scope of the value that was supplied to . The method takes a string that is the concatenation of the the resolution group name that was provided to , '.', and the name that was supplied to , and returns an effect that will have the type . 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" };]]> Gets the loading status of the image. This is a bindable property. - A indicating if the image is loadin. Default is false. + A indicating if the image is loading. Default is false. The following example illustrates running a to indicate that the image is loading: 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 nameToColor = new Dictionary { { "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 System.Int32 - Gets or sets the index of the slected item of the picker. This is a bindable property. + Gets or sets the index of the selected item of the picker. This is a bindable property. An 0-based index representing the selected item in the list. Default is -1. A value of -1 represents no item selected. 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 @@ Xamarin.Forms.Maps.MapType - A map that combinse satellite imagery and street data. + A map that combines satellite imagery and street data. -- cgit v1.2.3