From 4ebeaff28f054076d8cd0721862c1c42e53ec1a2 Mon Sep 17 00:00:00 2001 From: justinsb Date: Mon, 25 Nov 2024 21:12:48 +0000 Subject: [PATCH] Fix typo: Advantage -> Advanced (#101) Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/docs/pulls/101 Reviewed-by: Lunny Xiao Co-authored-by: justinsb Co-committed-by: justinsb --- versioned_docs/version-1.22/usage/actions/act-runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-1.22/usage/actions/act-runner.md b/versioned_docs/version-1.22/usage/actions/act-runner.md index 55e5f8c8..d9d23d71 100644 --- a/versioned_docs/version-1.22/usage/actions/act-runner.md +++ b/versioned_docs/version-1.22/usage/actions/act-runner.md @@ -310,7 +310,7 @@ services: When using docker, there is no requirement to enter the container and manually run `./act_runner daemon` command as shown below. Once the container has been started successfully, it will show up as an active runner in your Gitea instance. -## Advantage Configurations +## Advanced Configurations ### Configuring cache when starting a Runner using docker image