From 7463a803beab1f8117ecbb327b5e9f6e08334643 Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 30 Aug 2023 21:37:44 -0700 Subject: [PATCH] Update minor how-to-build-and-run.md spelling mistake As of Aug 2023, found: The spelling mistake "guilde" should be "guide" This PR only makes this minor correction --- 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 a43149e2..1012e94f 100644 --- a/src/building/how-to-build-and-run.md +++ b/src/building/how-to-build-and-run.md @@ -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