From 69e9aa24adf6bef73141ba682779a4a9506ff292 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 17 Nov 2016 10:08:09 +0100 Subject: [PATCH] Fix typo in docs (#518) --- 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 64e7117f5..209137dc9 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -722,7 +722,7 @@ $config = array( * Templating options * * By default, twig templates are not cached. To turn on template caching: - * Set 'template.cache' to an aboslute path pointing to a directory that + * Set 'template.cache' to an absolute path pointing to a directory that * SimpleSAMLphp has read and write permissions to. Then, set * 'template.auto_reload' to false. * -- GitLab