diff --git a/README.md b/README.md index 6440034ad1a6bc31e99b4e3bda382a9bb1eb74bc..9276e1680a221cd8c2ed3f3f0f09aef4e4ae86ed 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 9163a96835cd5971455fe170682b7961ebfc688e..0cec0291f67b624e3785ad6ea63b51eb4ec69b64 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 b00daab27c66b8be4724adc1c1ae66b0bf86b195..b255feb1bb0997b394f7e07adc077df25dfb6d63 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",