summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2016-08-03 12:33:44 -0500
committerGitHub <noreply@github.com>2016-08-03 12:33:44 -0500
commitb60fa6acf84d897d6283310e58b1c6c6365c391c (patch)
tree84ba1b8a06c060923964549efd44793e946f98b3
parent2d0add9c499253379dd8bc6050cd2c027890be6b (diff)
downloadxamarin-forms-b60fa6acf84d897d6283310e58b1c6c6365c391c.tar.gz
xamarin-forms-b60fa6acf84d897d6283310e58b1c6c6365c391c.tar.bz2
xamarin-forms-b60fa6acf84d897d6283310e58b1c6c6365c391c.zip
identifer => identifier in ExportEffectAttribute.xml (#276)
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml
index 802bbe4e..566e000c 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 identifer 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="MXamarin.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>