Skip to content

Commit 20752cc

Browse files
authored
Add comma for clarity in data-seeding.md (#5318)
Fixes #5317
1 parent 4a31ff0 commit 20752cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entity-framework/core/modeling/data-seeding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ As an example, this will configure managed data for a `Country` in `OnModelCreat
6666

6767
[!code-csharp[CountrySeed](../../../samples/core/Modeling/DataSeeding/ManagingDataContext.cs?name=CountrySeed)]
6868

69-
To add entities that have a relationship the foreign key values need to be specified:
69+
To add entities that have a relationship, the foreign key values need to be specified:
7070

7171
[!code-csharp[CitySeed](../../../samples/core/Modeling/DataSeeding/ManagingDataContext.cs?name=CitySeed)]
7272

0 commit comments

Comments
 (0)