fix typo in using-custom-domain.md (#774)

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/774
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Abdur-Rahman Mansoor <armansoor@missingno.dev>
Co-committed-by: Abdur-Rahman Mansoor <armansoor@missingno.dev>
This commit is contained in:
Abdur-Rahman Mansoor 2026-04-03 15:13:32 +02:00 committed by Robert Wolff
parent d11f27378f
commit 2ace081a8d

View file

@ -54,7 +54,7 @@ To understand how the Pages server serves content, you need to know that a user
But the server might not know that it is responsible for `yourdomain.com` and it cannot just serve all domains in the world.
So to find out if the server is responsible for `yourdomain.com` it will check the DNS entries of `yourdomain.com`.
If it returns something with `codeberg.page` (according to the domain schemes mentioned below) then it knows which
respository to check for the `.domains` file and your content.
repository to check for the `.domains` file and your content.
{% endadmonition %}