From b5f3cec1aee0e4dfedfe441b0047fa6d53e6e570 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= <arilik.ismail@gmail.com>
Date: Thu, 13 Jul 2023 14:50:04 +0300
Subject: [PATCH 1/2] fix(how-to-build-and-run): fix a typo ("fromer" ->
 "former")
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

I think it is a typo, isn't it? 🤔
---
 src/building/how-to-build-and-run.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/building/how-to-build-and-run.md b/src/building/how-to-build-and-run.md
index b82ed392e..d41ae03bf 100644
--- a/src/building/how-to-build-and-run.md
+++ b/src/building/how-to-build-and-run.md
@@ -130,7 +130,7 @@ of a checkout. It also looks up the appropriate version of `python` to use.
 You can install it with `cargo install --path src/tools/x`.
 
 To clarify that this is another global installed binary util, which is
-similar to the fromer `x` declared in section [What is `x.py`](#what-is-xpy) but
+similar to the former `x` declared in section [What is `x.py`](#what-is-xpy) but
 it works as an independent process to execute the `x.py` rather than calling the 
 shell to run the platform related scripts.
 

From 3baddf8648a9870d17fdaead8a8bcd7cd2e03578 Mon Sep 17 00:00:00 2001
From: Tshepang Mbambo <tshepang@gmail.com>
Date: Fri, 14 Jul 2023 08:38:50 +0200
Subject: [PATCH 2/2] make it read better

---
 src/building/how-to-build-and-run.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/building/how-to-build-and-run.md b/src/building/how-to-build-and-run.md
index d41ae03bf..0865f1955 100644
--- a/src/building/how-to-build-and-run.md
+++ b/src/building/how-to-build-and-run.md
@@ -130,7 +130,7 @@ of a checkout. It also looks up the appropriate version of `python` to use.
 You can install it with `cargo install --path src/tools/x`.
 
 To clarify that this is another global installed binary util, which is
-similar to the former `x` declared in section [What is `x.py`](#what-is-xpy) but
+similar to the one declared in section [What is `x.py`](#what-is-xpy), but
 it works as an independent process to execute the `x.py` rather than calling the 
 shell to run the platform related scripts.