0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-02-05 01:38:56 -05:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ Before you submit the pull request for review please ensure that
When `TYPE` can be:
- **feat** - is a new feature
- **doc** - documentation only changes
- **docs** - documentation only changes
- **fix** - a bug fix
- **refactor** - code change that neither fixes a bug nor adds a feature

View file

@ -8,7 +8,7 @@ id: integrations
ClamAV is used to scan shares for malicious files and remove them if found.
Please note that ClamAV needs a lot of [ressources](https://docs.clamav.net/manual/Installing/Docker.html#memory-ram-requirements).
Please note that ClamAV needs a lot of [resources](https://docs.clamav.net/manual/Installing/Docker.html#memory-ram-requirements).
### Docker

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````