From 0d71146a2c5e21a2edeaaf145ed7566b44485a44 Mon Sep 17 00:00:00 2001 From: Finley Thomalla Date: Wed, 22 Jan 2025 16:53:07 +0100 Subject: [PATCH] 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 --- docs/docs/help-out/contribute.md | 2 +- docs/docs/setup/integrations.md | 2 +- docs/docs/setup/upgrading.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/help-out/contribute.md b/docs/docs/help-out/contribute.md index a6ddf722..06111414 100644 --- a/docs/docs/help-out/contribute.md +++ b/docs/docs/help-out/contribute.md @@ -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 diff --git a/docs/docs/setup/integrations.md b/docs/docs/setup/integrations.md index c71f1dc0..b9a1db17 100644 --- a/docs/docs/setup/integrations.md +++ b/docs/docs/setup/integrations.md @@ -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 diff --git a/docs/docs/setup/upgrading.md b/docs/docs/setup/upgrading.md index a9e17ad4..2039b4b5 100644 --- a/docs/docs/setup/upgrading.md +++ b/docs/docs/setup/upgrading.md @@ -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````