Skip to content

Commit d8af5bb

Browse files
JXPrimeRon Petrusha
authored andcommitted
Fix typo in ForeignKeyAttribute.xml (dotnet#184)
1 parent bc06f1f commit d8af5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.ComponentModel.DataAnnotations.Schema/ForeignKeyAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Parameter Name="name" Type="System.String" />
5050
</Parameters>
5151
<Docs>
52-
<param name="name">If you add the ForeigKey attribute to a foreign key property, you should specify the name of the associated navigation property. If you add the ForeigKey attribute to a navigation property, you should specify the name of the associated foreign key(s). If a navigation property has multiple foreign keys, use comma to separate the list of foreign key names. For more information, see [Code First Data Annotations](http://msdn.microsoft.com/data/jj591583#relationships).</param>
52+
<param name="name">If you add the ForeignKey attribute to a foreign key property, you should specify the name of the associated navigation property. If you add the ForeigKey attribute to a navigation property, you should specify the name of the associated foreign key(s). If a navigation property has multiple foreign keys, use comma to separate the list of foreign key names. For more information, see [Code First Data Annotations](http://msdn.microsoft.com/data/jj591583#relationships).</param>
5353
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute" /> class.</summary>
5454
<remarks>To be added.</remarks>
5555
</Docs>
@@ -81,4 +81,4 @@
8181
</Docs>
8282
</Member>
8383
</Members>
84-
</Type>
84+
</Type>

0 commit comments

Comments
 (0)