From 3707010b5ee2b5570b8f264a08d7446dd8849afa Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Thu, 6 Jan 2022 19:01:12 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- en/device-dev/subsystems/subsys-build-mini-lite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-build-mini-lite.md b/en/device-dev/subsystems/subsys-build-mini-lite.md index 423d36cb4b..be0d03943f 100644 --- a/en/device-dev/subsystems/subsys-build-mini-lite.md +++ b/en/device-dev/subsystems/subsys-build-mini-lite.md @@ -697,7 +697,7 @@ You can use the Compilation and Building subsystem to customize product solution ``` { "product_name": "wifiiot", # Product name - "version": "3.0", # config.json version, which is 3.0 + "version": "3.0", # config.json version, which is 3.0 "type": "small", # System type, which can be mini, small, or standard "ohos_version": "OpenHarmony 1.0", # OS version "device_company": "realtek", # Name of the chipset solution vendor -- GitLab