Merge pull request #30 from felixonmars/patch-1

Correct typos in HACKING.md
This commit is contained in:
Aravinth Manivannan 2022-07-17 14:37:53 +05:30 committed by GitHub
commit 37004c7b4f
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:
### Postgres databse:
### Postgres database:
The backend requires a Postgres database. We have
compiletime SQL checks so without a database available, you won't be
@ -125,7 +125,7 @@ $ make
default Run app in debug mode
clean Delete build artifacts
coverage Generate code coverage report in HTML format
dev-env Setup development environtment
dev-env Setup development environment
doc Generate documentation
docker Build Docker image
docker-publish Build and publish Docker image