Commit a7576d

2026-08-30 13:35:04 Ralph Thesen: Fix typo in the development guide
development.md ..
@@ 35,7 35,7 @@
echo "SQLALCHEMY_DATABASE_URI='sqlite:///${PWD}/app-data/db.sqlite'" >> settings.cfg
echo "SECRET_KEY='$(echo $RANDOM | md5sum | head -c 16)'" >> settings.cfg
```
- 5. Run `make` to setup a virtual environemnt and run a local server on port 8080
+ 5. Run `make` to setup a virtual environment and run a local server on port 8080
```bash
make debug
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9