From e4b6be31df53da4edcb45c66f9cd8611f9df6a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=9A=B0=EC=84=B1?= Date: Fri, 11 Jul 2025 15:24:23 +0900 Subject: [PATCH] fix: correct typo in comment --- .../apps/nowinandroid/sync/initializers/SyncInitializer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/work/src/main/kotlin/com/google/samples/apps/nowinandroid/sync/initializers/SyncInitializer.kt b/sync/work/src/main/kotlin/com/google/samples/apps/nowinandroid/sync/initializers/SyncInitializer.kt index 0a631534b..5c8640474 100644 --- a/sync/work/src/main/kotlin/com/google/samples/apps/nowinandroid/sync/initializers/SyncInitializer.kt +++ b/sync/work/src/main/kotlin/com/google/samples/apps/nowinandroid/sync/initializers/SyncInitializer.kt @@ -22,7 +22,7 @@ import androidx.work.WorkManager import com.google.samples.apps.nowinandroid.sync.workers.SyncWorker object Sync { - // This method is initializes sync, the process that keeps the app's data current. + // This method initializes sync, the process that keeps the app's data current. // It is called from the app module's Application.onCreate() and should be only done once. fun initialize(context: Context) { WorkManager.getInstance(context).apply {