Skip to content

Commit cf96767

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ public enum SynchronizationEventType
1717
/// <summary>
1818
/// Occurs when items have been successfully fetched from the server.
1919
/// </summary>
20-
/// <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>
20+
/// <remarks>This event is raised after a page of entities was successfully fetched from the server, ready to be committed to the data store.</remarks>
2121
ItemsFetched,
2222

2323
/// <summary>
2424
/// Occurs when items have been successfully committed to the underlying data store.
2525
/// </summary>
26-
/// <remarks>This event is raised after a page of entities was succesfully commited to the database</remarks>
26+
/// <remarks>This event is raised after a page of entities was successfully committed to the database</remarks>
2727
ItemsCommitted,
2828

2929
/// <summary>

0 commit comments

Comments
 (0)