docs: fix typos in development documentation (#12888)

This commit is contained in:
lizerui1608-dev
2026-09-20 10:43:56 +10:00
committed by GitHub
parent 4182ed5a8c
commit 417e93a012
+3 -3
View File
@@ -199,7 +199,7 @@ The InvenTree code base makes use of [GitHub actions](https://github.com/feature
- Automated building and pushing of docker images
- Generating translation files
The various github actions can be found in the `./github/workflows` directory
The various github actions can be found in the `.github/workflows` directory
### Run tests locally
@@ -244,7 +244,7 @@ Sometimes it is valuable to get insights how many tests cover a specific stateme
coverage html -i
```
The coverage database is also generated in the CI-pipeline and exposd for 14 days as a artifact named `coverage`.
The coverage database is also generated in the CI-pipeline and exposed for 14 days as an artifact named `coverage`.
### Database Query Profiling
@@ -275,7 +275,7 @@ Frontend code (Javascript) is checked using [eslint](https://eslint.org/). While
### Running Checks Locally
If you have followed the setup devtools procedure, then code style checking is performend automatically whenever you commit changes to the code.
If you have followed the setup devtools procedure, then code style checking is performed automatically whenever you commit changes to the code.
### Django templates