Fix typos (#764)

Found via `codespell -S static,data -L selct`
This commit is contained in:
Kian-Meng Ang
2024-11-18 14:08:29 +08:00
committed by GitHub
parent 7fe302ed7c
commit 08b1ea71e7
5 changed files with 6 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
- Create a new git branch
- Make changes
- Run tests: `make test`
- Run tests agains all supported PostreSQL versions: `make test-all` (optional)
- Run tests against all supported PostreSQL versions: `make test-all` (optional)
- If you change frontend code (js/css) make sure to rebuild assets: `make assets`
- Open a new pull request