Update minor how-to-build-and-run.md spelling mistake

As of <!-- date-check --> Aug 2023, found:
The spelling mistake "guilde" should be "guide"

This PR only makes this minor correction
This commit is contained in:
Ken 2023-08-30 21:37:44 -07:00 committed by Tshepang Mbambo
parent 654fd475d0
commit 7463a803be
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Also, using `x` rather than `x.py` is recommended as:
Notice that this is not absolute, for instance, using Nushell in VSCode on Win10,
typing `x` or `./x` still open the `x.py` in editor rather invoke the program :)
In the rest of this guilde, we use `x` rather than `x.py` directly. The following
In the rest of this guide, we use `x` rather than `x.py` directly. The following
command:
```bash