Skip to content

Commit 76657a0

Browse files
Update src/CommunityToolkit.Datasync.Client/Offline/SynchronizationEventArgs.cs
Co-authored-by: Copilot <[email protected]>
1 parent dbff3f7 commit 76657a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Datasync.Client/Offline/SynchronizationEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public enum SynchronizationEventType
1515
/// <remarks><see cref="SynchronizationEventArgs.ItemsProcessed"/> is not yet known here</remarks>
1616
PullStarted,
1717
/// <summary>
18-
/// Occurs when items have been successfully fetches from the server.
18+
/// Occurs when items have been successfully fetched from the server.
1919
/// </summary>
2020
/// <remarks>This event is raised after a page of entities was succesfully fetched from the server, ready to be commited to the data store.</remarks>
2121
ItemsFetched,

0 commit comments

Comments
 (0)