fix(how-to-build-and-run): fix a typo ("fromer" -> "former")

I think it is a typo, isn't it? 🤔
This commit is contained in:
İsmail Arılık 2023-07-13 14:50:04 +03:00 committed by Tshepang Mbambo
parent 14db9a3d53
commit 6fece074be
1 changed files with 1 additions and 1 deletions

View File

@ -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`. You can install it with `cargo install --path src/tools/x`.
To clarify that this is another global installed binary util, which is 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 it works as an independent process to execute the `x.py` rather than calling the
shell to run the platform related scripts. shell to run the platform related scripts.