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: |