You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CommunityToolkit.Datasync.Client/Offline/SynchronizationEventArgs.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ public enum SynchronizationEventType
17
17
/// <summary>
18
18
/// Occurs when items have been successfully fetched from the server.
19
19
/// </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>
21
21
ItemsFetched,
22
22
23
23
/// <summary>
24
24
/// Occurs when items have been successfully committed to the underlying data store.
25
25
/// </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>
0 commit comments