diff --git a/OpenHarmony-Overview.md b/OpenHarmony-Overview.md index 136754debe667bf99b8503b22e8b1d55f1c6ee1a..bbc95cc8d07858e1c0930658519dd8f7bbc26045 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 @@ -218,7 +218,7 @@ For details about the subsystems in the following table, see [https://gitee.com
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.