From 8151fb64367144b3767d392f73806d58070582af Mon Sep 17 00:00:00 2001
From: shettygururaj <gururaj.shetty@huawei.com>
Date: Fri, 22 Jan 2021 21:28:11 +0530
Subject: [PATCH] formtted

---
 .../source/quick-start/build-open-harmony.rst          | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/documentation/source/quick-start/build-open-harmony.rst b/documentation/source/quick-start/build-open-harmony.rst
index 5f07b48..c48d66b 100644
--- a/documentation/source/quick-start/build-open-harmony.rst
+++ b/documentation/source/quick-start/build-open-harmony.rst
@@ -14,7 +14,7 @@ OpenHarmony is a distributed OS that is designed to run on top of variety of OS
 
 Building and Running OpenHarmony image
 ************************************************
-**Prerequisites**
+**Prerequisite**
 
 To start working with **meta-ohos** first install git repo:
 
@@ -26,7 +26,7 @@ To start working with **meta-ohos** first install git repo:
 
 **Procedure**
 
-Once git repo has been installed, clone the necessary repositories using the following commands:
+Once git repo has been installed as mentioned in prerequisite, clone the necessary repositories by executing the following commands:
 
  .. code-block:: console
  
@@ -34,7 +34,7 @@ Once git repo has been installed, clone the necessary repositories using the fol
       $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git
       $ repo sync
 
-Above commands creates the following directory structure:
+ Above commands creates the following directory structure: 
  
  .. code-block:: console
   
@@ -47,7 +47,7 @@ Above commands creates the following directory structure:
         ├── <various yocto layers>
         └── poky
 
-OpenHarmony can be hosted on top of variety of kernels. Currently supported kernels (a.k.a. OHOS flavours) are Linux, Zephyr, and FreeRTOS (experimental).
+OpenHarmony can be hosted on top of variety of kernels. Currently supported kernels (a.k.a. OHOS flavours) are Linux, Zephyr, and FreeRTOS (experimental). 
 
 To build OHOS flavour, use the following command syntax:
 
@@ -115,7 +115,7 @@ To exit qemu, you can either shut down the system:
 
 or close qemu using key combination:
 
-Ctrl-a followed by 'x'
+**Ctrl-A** followed by 'x'
 
 OHOS Zephyr flavour
 ====================
-- 
GitLab