We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a31ff0 commit 20752ccCopy full SHA for 20752cc
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