We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a8bcc2 + 20752cc commit 13f54dcCopy full SHA for 13f54dc
1 file changed
entity-framework/core/modeling/data-seeding.md
@@ -66,7 +66,7 @@ As an example, this will configure managed data for a `Country` in `OnModelCreat
66
67
[!code-csharp[CountrySeed](../../../samples/core/Modeling/DataSeeding/ManagingDataContext.cs?name=CountrySeed)]
68
69
-To add entities that have a relationship the foreign key values need to be specified:
+To add entities that have a relationship, the foreign key values need to be specified:
70
71
[!code-csharp[CitySeed](../../../samples/core/Modeling/DataSeeding/ManagingDataContext.cs?name=CitySeed)]
72
0 commit comments