From a584a789ee9d5731711d91914b2e670c675ab136 Mon Sep 17 00:00:00 2001 From: milkpotatoes Date: Wed, 16 Oct 2024 11:43:13 +0800 Subject: [PATCH] Fix license name spell error in bundle.json Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAXG9F Signed-off-by: milkpotatoes Change-Id: I70733825f4687287b90b235c991661ea4718fbbe --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 0c1c7b0cc0..c205261972 100644 --- a/bundle.json +++ b/bundle.json @@ -3,7 +3,7 @@ "version": "", "description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准", "homePage": "https://gitee.com/openharmony", - "license": "Apache Liscense 2.0", + "license": "Apache License 2.0", "publishAs": "code-segment", "scripts": {}, "dirs": [],