From cae7fb5628fc97c05d2123f606f87aad2fbe9d60 Mon Sep 17 00:00:00 2001 From: Nanyouting Date: Tue, 30 Mar 2021 16:00:17 +0800 Subject: [PATCH 1/2] update OpenHarmony-Overview.md. --- OpenHarmony-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenHarmony-Overview.md b/OpenHarmony-Overview.md index 136754debe6..fd8f3b25260 100644 --- a/OpenHarmony-Overview.md +++ b/OpenHarmony-Overview.md @@ -218,7 +218,7 @@ For details about the subsystems in the following table, see [https://gitee.com

Testing

-

The development process is tset driven. You can develop new cases or modify existing cases to test new or enhanced system features. The test helps you develop high-quality code in the development phase.

+

The development process is test driven. You can develop new cases or modify existing cases to test new or enhanced system features. The test helps you develop high-quality code in the development phase.

README

-- Gitee From 5fc9663ad3d8ab5cbfad666e868aaf9a5704f5e5 Mon Sep 17 00:00:00 2001 From: Nanyouting Date: Tue, 30 Mar 2021 16:06:58 +0800 Subject: [PATCH 2/2] update OpenHarmony-Overview.md. --- OpenHarmony-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenHarmony-Overview.md b/OpenHarmony-Overview.md index fd8f3b25260..bbc95cc8d07 100644 --- a/OpenHarmony-Overview.md +++ b/OpenHarmony-Overview.md @@ -53,7 +53,7 @@ This layer provides with what you need to develop OpenHarmony applications: appl **Application layer** -This layer consists of system applications and third-party applications. Each OpenHarmony application is powered by one or more Feature Abilities \(FAs\) or Particle Abilities \(PA\). An FA provides a UI for user interaction. A PA has no UI and provides background task processing as well as data access. Applications developed based on FAs and PAs provide specific service characteristics and enable cross-device scheduling and distribution, delighting users with consistent and efficient experience. +This layer consists of system applications and third-party applications. Each OpenHarmony application is powered by one or more Feature Abilities \(FAs\) or Particle Abilities \(PAs\). An FA provides a UI for user interaction. A PA has no UI and provides background task processing as well as data access. Applications developed based on FAs and PAs provide specific service characteristics and enable cross-device scheduling and distribution, delighting users with consistent and efficient experience. ## Technical Features -- Gitee