From abec52ff347dd242bd763aee4dfffaf7e4dfaf35 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 17 Jun 2015 17:40:43 +0200 Subject: [PATCH] Fix typo --- .../configuration_server/config_sample_php_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 212cfd8d1..808c41320 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -12,7 +12,7 @@ and all parameter from these files will be loaded. In this way you can specify common attributes like the email setup in a file called `email.config.php` that contains only the email related parameters. This enables an easy deployment of config parameters. Another advantage is, that those parameters can't be -overwritten by ownCloud. Aslo the values in those files overwrite the values of +overwritten by ownCloud. Also the values in those files overwrite the values of `config.php`. .. Generated content below. Don't change this.