From 0d673ad70f5c9a7e980c18a1a711c3f8f548f44b Mon Sep 17 00:00:00 2001
From: mr-yx <496043997@qq.com>
Date: Tue, 28 Jun 2022 00:44:36 +0800
Subject: [PATCH 1/2] fixed typos
Signed-off-by: mr-yx <496043997@qq.com>
---
README.md | 2 +-
README_zh.md | 2 +-
bundle.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6440034..9276e16 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
## Introduction
-The bootstrap\_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by boostrap and start system services.
+The bootstrap\_lite module provides entry identifiers for starting services and features. When Samgr starts, it will call the entry function identified by bootstrap and start system services.
## Directory Structure
diff --git a/README_zh.md b/README_zh.md
index 9163a96..0cec029 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -8,7 +8,7 @@
## 简介
-bootstrap启动引导组件,提供了各服务和功能的启动入口标识。在SAMGR启动时,会调用boostrap标识的入口函数,并启动系统服务。
+bootstrap启动引导组件,提供了各服务和功能的启动入口标识。在SAMGR启动时,会调用bootstrap标识的入口函数,并启动系统服务。
## 目录
diff --git a/bundle.json b/bundle.json
index b00daab..b255feb 100644
--- a/bundle.json
+++ b/bundle.json
@@ -1,6 +1,6 @@
{
"name": "@ohos/startup_bootstrap_lite",
- "description": " boostrap and start system services",
+ "description": " bootstrap and start system services",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
--
Gitee
From 1cbc7c476336bff90643f459629c514f200263c6 Mon Sep 17 00:00:00 2001
From: Mr_YX <496043997@qq.com>
Date: Wed, 6 Jul 2022 02:25:04 +0000
Subject: [PATCH 2/2] update bundle.json. Signed-off-by: mr-yx
<496043997@qq.com>
---
bundle.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bundle.json b/bundle.json
index b255feb..b00daab 100644
--- a/bundle.json
+++ b/bundle.json
@@ -1,6 +1,6 @@
{
"name": "@ohos/startup_bootstrap_lite",
- "description": " bootstrap and start system services",
+ "description": " boostrap and start system services",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
--
Gitee