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:
parent
a53f0711fb
commit
0d71146a2c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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````
|
||||
|
|
Loading…
Add table
Reference in a new issue