Skip to content

Commit 31538fc

Browse files
Copilotroji
andcommitted
Fix grammar: add comma for clarity in data-seeding.md
Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/f4ab7951-f2ec-45b3-867e-ea829f5aca95 Co-authored-by: roji <1862641+roji@users.noreply.github.com>
1 parent 3dcd06a commit 31538fc

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)