Skip to content

Commit 96b9c4e

Browse files
authored
Update explicit-tracking.md (#3128)
Add missing word
1 parent 6305616 commit 96b9c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-framework/core/change-tracking/explicit-tracking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Entity Framework Core (EF Core) change tracking works best when the same <xref:M
1919
> You can run and debug into all the code in this document by [downloading the sample code from GitHub](https://github.com/dotnet/EntityFramework.Docs/tree/master/samples/core/ChangeTracking/ChangeTrackingInEFCore).
2020
2121
> [!TIP]
22-
> For simplicity, this document uses and references synchronous methods such as <xref:Microsoft.EntityFrameworkCore.DbContext.SaveChanges%2A> rather their async equivalents such as <xref:Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync%2A>. Calling and awaiting the async method can be substituted unless otherwise noted.
22+
> For simplicity, this document uses and references synchronous methods such as <xref:Microsoft.EntityFrameworkCore.DbContext.SaveChanges%2A> rather than their async equivalents such as <xref:Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync%2A>. Calling and awaiting the async method can be substituted unless otherwise noted.
2323
2424
## Introduction
2525

0 commit comments

Comments
 (0)