From 6e06d67f4053a698ebe9ebb65eaab96134b22b40 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 23 Feb 2022 15:25:49 +0800 Subject: [PATCH] update doc Signed-off-by: ester.zhou --- en/application-dev/quick-start/start-overview.md | 2 +- en/application-dev/quick-start/start-with-js.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/quick-start/start-overview.md b/en/application-dev/quick-start/start-overview.md index 9fb98e6317..90ba0afd82 100644 --- a/en/application-dev/quick-start/start-overview.md +++ b/en/application-dev/quick-start/start-overview.md @@ -2,7 +2,7 @@ ## Task Description -This document is intended for novices at developing OpenHarmony apps. You will learn the development procedure from the following sections to build two pages and implement redirection from the first page to the second one. The following figure shows how the pages look on the [Previewer](https://developer.harmonyos.com/en/docs/documentation/doc-guides/previewer-0000001054328973#ZH-CN_TOPIC_0000001056725592__section16523172216252). +This document is intended for novices at developing apps. You will learn the development procedure from the following sections to build two pages and implement redirection from the first page to the second one. The following figure shows how the pages look on the [Previewer](https://developer.harmonyos.com/en/docs/documentation/doc-guides/previewer-0000001054328973#ZH-CN_TOPIC_0000001056725592__section16523172216252). For best results, use the [latest version of DevEco Studio](https://developer.harmonyos.com/en/develop/deveco-studio#download) for your development. diff --git a/en/application-dev/quick-start/start-with-js.md b/en/application-dev/quick-start/start-with-js.md index 2bc93f2f20..bee0ea9153 100644 --- a/en/application-dev/quick-start/start-with-js.md +++ b/en/application-dev/quick-start/start-with-js.md @@ -110,5 +110,5 @@ For best results, use the [latest version of DevEco Studio](https://developer.h ![](figures/2.png) -Congratulations! You have finished developing your OpenHarmony app in JavaScript. +Congratulations! You have finished developing your app in JavaScript. -- GitLab