docs: fix some typos (#755)

I changed "doc" to "docs" in `contribute.md` as I could only find the latter commit type in the commit history.

Co-authored-by: Finley Thomalla <finley.thomalla@post.ch>
This commit is contained in:
Finley Thomalla
2025-01-22 16:53:07 +01:00
committed by GitHub
parent a53f0711fb
commit 0d71146a2c
3 changed files with 3 additions and 3 deletions

View File

@@ -46,4 +46,4 @@ docker compose up -d
npm run build
pm2 restart pingvin-share-frontend
```
Note that environemnt variables are not picked up when using pm2 restart, if you actually want to change configs, you need to run ````pm2 --update-env restart````
Note that environment variables are not picked up when using pm2 restart, if you actually want to change configs, you need to run ````pm2 --update-env restart````