From bbaf24e7d105822bd6cd4dec3141a201a79fabfd Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sat, 24 May 2025 12:37:16 +0200 Subject: [PATCH] chore(docs): fix typos Signed-off-by: Christoph Heiss --- README.md | 2 +- examples/docker-compose/README.md | 2 +- examples/docker-compose/compose-forgejo-and-runner.yml | 2 +- examples/kubernetes/dind-docker.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccf2e8b2..9d2a9b22 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **WARNING:** this is [alpha release quality](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) code and should not be considered secure enough to deploy in production. -A daemon that connects to a Forgejo instance and runs jobs for continous integration. The [installation and usage instructions](https://forgejo.org/docs/next/admin/actions/) are part of the Forgejo documentation. +A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The [installation and usage instructions](https://forgejo.org/docs/next/admin/actions/) are part of the Forgejo documentation. # Reporting bugs diff --git a/examples/docker-compose/README.md b/examples/docker-compose/README.md index 5ffa339e..cca3f365 100644 --- a/examples/docker-compose/README.md +++ b/examples/docker-compose/README.md @@ -36,7 +36,7 @@ Create a shared secret with: openssl rand -hex 20 ``` -Replace all occurences of {SHARED_SECRET} in +Replace all occurrences of {SHARED_SECRET} in [compose-forgejo-and-runner.yml](compose-forgejo-and-runner.yml). > **NOTE:** a token obtained from the Forgejo web interface cannot be used as a shared secret. diff --git a/examples/docker-compose/compose-forgejo-and-runner.yml b/examples/docker-compose/compose-forgejo-and-runner.yml index 5d3040bd..d0da22a7 100644 --- a/examples/docker-compose/compose-forgejo-and-runner.yml +++ b/examples/docker-compose/compose-forgejo-and-runner.yml @@ -6,7 +6,7 @@ # # openssl rand -hex 20 # -# Replace all occurences of {SHARED_SECRET} below with the output. +# Replace all occurrences of {SHARED_SECRET} below with the output. # # NOTE: a token obtained from the Forgejo web interface cannot be used # as a shared secret. diff --git a/examples/kubernetes/dind-docker.yaml b/examples/kubernetes/dind-docker.yaml index 4dd2979c..4f978eb7 100644 --- a/examples/kubernetes/dind-docker.yaml +++ b/examples/kubernetes/dind-docker.yaml @@ -1,5 +1,5 @@ # Secret data. -# You will need to retrive this from the web UI, and your Forgejo instance must be running v1.21+ +# You will need to retrieve this from the web UI, and your Forgejo instance must be running v1.21+ # Alternatively, create this with # kubectl create secret generic runner-secret --from-literal=token=your_offline_token_here apiVersion: v1