From c8edd198420e79d636ef06312b7e5698a68da98f Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sun, 25 Feb 2024 15:34:00 -0500 Subject: [PATCH] Fix typo on Forgejo documentation Signed-off-by: Sergio Durigan Junior --- docs/services/forgejo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/forgejo.md b/docs/services/forgejo.md index 3db6ea0..7d4bb42 100644 --- a/docs/services/forgejo.md +++ b/docs/services/forgejo.md @@ -67,7 +67,7 @@ If you want to integrate Forgejo with [Woodpecker CI](woodpecker-ci.md), and if forgejo_container_add_host_domain_name: "{{ devture_woodpecker_ci_server_hostname }}" forgejo_container_add_host_domain_ip_address: "{{ ansible_host }}" -# If ansible_host points to an internal IP address, you may need to allow Forgego to make requests to it. +# If ansible_host points to an internal IP address, you may need to allow Forgejo to make requests to it. # By default, requests are only allowed to external IP addresses for security reasons. # See: https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook forgejo_container_additional_environment_variables: |