Skip to content

Commit a58294f

Browse files
committed
Fix a typo in a BackgroundTaskSchedule comment
1 parent ee7506d commit a58294f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Tools/BackgroundTasks/BackgroundTaskSchedule.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extension BackgroundTaskRefreshDispatcher.BackgroundTaskType {
1212
}
1313
}
1414

15-
/// BackgroundTaskSchedule is a helper tool to etermine the next BackgroundTask based on the preferred run period
15+
/// BackgroundTaskSchedule is a helper tool to determine the next BackgroundTask based on the preferred run period
1616
///
1717
final class BackgroundTaskSchedule {
1818
private var preferredTaskDate: [BackgroundTaskRefreshDispatcher.BackgroundTaskType: Date] = [:]

0 commit comments

Comments
 (0)