From 0edff51cd4578124dcca5f3ac6341bcf44b2d44f Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 13 Nov 2017 09:37:41 +0100 Subject: [PATCH] Docs: fix typo's --- config-templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index f25f30b1e..af21ccdef 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -894,7 +894,7 @@ $config = array( * - 'validateFingerprint': The fingerprint of the certificate used to sign the metadata. You don't need this * option if you don't want to validate the signature on the metadata. Optional. * - 'cachedir': Directory where metadata can be cached. Optional. - * - 'cachelength': Maximum time metadata cah be cached, in seconds. Default to 24 + * - 'cachelength': Maximum time metadata can be cached, in seconds. Defaults to 24 * hours (86400 seconds). Optional. * * PDO metadata handler: -- GitLab