aboutsummaryrefslogtreecommitdiffhomepage
path: root/caddyconfig
diff options
context:
space:
mode:
authorJosé Padilla <[email protected]>2024-12-07 06:30:20 -0500
committerGitHub <[email protected]>2024-12-07 11:30:20 +0000
commit57ae9c3107014c76d6758d6e5db3c2e8edf41654 (patch)
tree66bdd0e5df682dc709d9599b738f098d2baf0a9e /caddyconfig
parent9c0c71e5774593e15a555d5c88de0af011e46394 (diff)
downloadcaddy-57ae9c3107014c76d6758d6e5db3c2e8edf41654.tar.gz
caddy-57ae9c3107014c76d6758d6e5db3c2e8edf41654.zip
chore: fix some typo in HTTPLoader comment (#6735)
Diffstat (limited to 'caddyconfig')
-rw-r--r--caddyconfig/httploader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddyconfig/httploader.go b/caddyconfig/httploader.go
index 55fadf65b..a25041a34 100644
--- a/caddyconfig/httploader.go
+++ b/caddyconfig/httploader.go
@@ -35,7 +35,7 @@ func init() {
// If the response is not a JSON config, a config adapter must be specified
// either in the loader config (`adapter`), or in the Content-Type HTTP header
// returned in the HTTP response from the server. The Content-Type header is
-// read just like the admin API's `/load` endpoint. Uf you don't have control
+// read just like the admin API's `/load` endpoint. If you don't have control
// over the HTTP server (but can still trust its response), you can override
// the Content-Type header by setting the `adapter` property in this config.
type HTTPLoader struct {