Skip to content

Commit 13f54dc

Browse files
Merge pull request #5319 from dotnet/main
Auto Publish – main to live - 2026-03-31 17:06 UTC
2 parents 5a8bcc2 + 20752cc commit 13f54dc

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)