mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 13:43:47 +03:00
Fix typo in comment (#5121)
This commit is contained in:
parent
99ffe93388
commit
ed118f2b09
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ func (ctx Context) Storage() certmagic.Storage {
|
||||||
// different module; it panics if more than 1 value is passed in.
|
// different module; it panics if more than 1 value is passed in.
|
||||||
//
|
//
|
||||||
// Originally, this method's signature was `Logger(mod Module)`,
|
// Originally, this method's signature was `Logger(mod Module)`,
|
||||||
// requiring that an instance of a Caddy module be passsed in.
|
// requiring that an instance of a Caddy module be passed in.
|
||||||
// However, that is no longer necessary, as the closest module
|
// However, that is no longer necessary, as the closest module
|
||||||
// most recently associated with the context will be automatically
|
// most recently associated with the context will be automatically
|
||||||
// assumed. To prevent a sudden breaking change, this method's
|
// assumed. To prevent a sudden breaking change, this method's
|
||||||
|
|
Loading…
Reference in a new issue