Correct typos in HACKING.md

This commit is contained in:
Felix Yan 2022-07-17 13:29:21 +08:00 committed by GitHub
parent 5daeffd6fb
commit fa9a1a2f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ refer to [official instructions](https://www.gnu.org/software/make/)
### External Dependencies: ### External Dependencies:
### Postgres databse: ### Postgres database:
The backend requires a Postgres database. We have The backend requires a Postgres database. We have
compiletime SQL checks so without a database available, you won't be compiletime SQL checks so without a database available, you won't be
@ -125,7 +125,7 @@ $ make
default Run app in debug mode default Run app in debug mode
clean Delete build artifacts clean Delete build artifacts
coverage Generate code coverage report in HTML format coverage Generate code coverage report in HTML format
dev-env Setup development environtment dev-env Setup development environment
doc Generate documentation doc Generate documentation
docker Build Docker image docker Build Docker image
docker-publish Build and publish Docker image docker-publish Build and publish Docker image