diff options
Diffstat (limited to 'context.go')
-rw-r--r-- | context.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/context.go b/context.go index c29aa1d13..d196c71b6 100644 --- a/context.go +++ b/context.go @@ -30,7 +30,7 @@ import ( // with care and wrapped with derivation functions from the // standard context package only if you don't need the Caddy // specific features. These contexts are cancelled when the -// lifetime of the modules loaded from it are over. +// lifetime of the modules loaded from it is over. // // Use NewContext() to get a valid value (but most modules will // not actually need to do this). |