From d5698e1526b0b285f08e76b6735eb9c7ff50a49a Mon Sep 17 00:00:00 2001 From: shawn_he Date: Fri, 25 Feb 2022 11:45:44 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/application-dev/reference/apis/js-apis-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-update.md b/en/application-dev/reference/apis/js-apis-update.md index c3bf1d9d304..b9f9de86cac 100644 --- a/en/application-dev/reference/apis/js-apis-update.md +++ b/en/application-dev/reference/apis/js-apis-update.md @@ -1,6 +1,6 @@ # Update -The update module applies to updates throughout the entire OpenHarmony system, including built-in resources and preset applications, but not third-party applications. +The update module applies to updates throughout the entire system, including built-in resources and preset applications, but not third-party applications. There are two types of updates: SD card update and over the air (OTA) update. -- Gitee