From 67249419574a88c05408d1c81d4bd8b57e193ab5 Mon Sep 17 00:00:00 2001 From: shettygururaj <gururaj.shetty@huawei.com> Date: Mon, 4 Jan 2021 13:43:10 +0530 Subject: [PATCH] minor correction --- documentation/source/quickstart/BuildOpenharmony.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/source/quickstart/BuildOpenharmony.rst b/documentation/source/quickstart/BuildOpenharmony.rst index 0bda53e..a42dd51 100644 --- a/documentation/source/quickstart/BuildOpenharmony.rst +++ b/documentation/source/quickstart/BuildOpenharmony.rst @@ -3,7 +3,7 @@ Building OpenHarmony Image ########################## -OpenHarmony is a distributed OS that is designed to run on top of variety of OS kernels. Currently the supported kernels are Zephyr, Yocto, and FreeRTOS. To build OpenHarmony image, you need add multiple layers called meta-ohos. meta-ohos is an umbrella meta layer containing all layers required to build OpenHarmony Image basing on existing kernel meta-layers. This section describes how to build, add layers, and run the OpenHarmony image. +OpenHarmony is a distributed OS that is designed to run on top of variety of OS kernels. Currently the supported kernels are Zephyr, Yocto, and FreeRTOS. To build OpenHarmony image, you need to add multiple layers called meta-ohos. The meta-ohos is an umbrella meta layer containing all layers required to build OpenHarmony Image based on existing kernel meta-layers. This section describes how to build, add layers, and run the OpenHarmony image. * `Build and Run Using Zephyr <using zypher>`_ * `Build and Run Using Linux <using linux>`_ -- GitLab