From fd0750a2b8c825530d770baf0dd58f7358c83005 Mon Sep 17 00:00:00 2001 From: tripleee Date: Fri, 22 Oct 2021 19:21:17 +0300 Subject: [PATCH] README.md: Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34723096..1e8432b4 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ Immediately restarts the app. This method is for advanced scenarios, and is prim codePush.sync(syncCallback?, syncOptions?, downloadProgress?, syncErrback?); ``` -Synchronizes your app's code and images with the latest release to the configured deployment. Unlike the `checkForUpdate` method, which simply checks for the presence of an update, and let's you control what to do next, `sync` handles the update check, download and installation experience for you. +Synchronizes your app's code and images with the latest release to the configured deployment. Unlike the `checkForUpdate` method, which simply checks for the presence of an update, and lets you control what to do next, `sync` handles the update check, download and installation experience for you. This method provides support for two different (but customizable) "modes" to easily enable apps with different requirements: