docs: misc clean up

This commit is contained in:
Michael Hoang
2025-05-21 23:35:33 +10:00
parent f9779322d0
commit 5bc6126873
14 changed files with 64 additions and 61 deletions

View File

@@ -112,7 +112,7 @@ You can execute every test separately by following the tree path `nix run .#chec
## Test Locally in Devshell with Breakpoints
To test the cli locally in a development environment and set breakpoints for debugging, follow these steps:
To test the CLI locally in a development environment and set breakpoints for debugging, follow these steps:
1. Run the following command to execute your tests and allow for debugging with breakpoints:
```bash