From 8e70351bda4f547818574425b890b1f421b5c3ef Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 3 Mar 2016 04:31:57 +0545 Subject: [PATCH] Minor grammar in config.sample.php Fix this here in the source so it will propogate into the documentation. Edit was already applied in https://github.com/owncloud/documentation/pull/2208 but needs to be done here at the source. --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 4321e5bab8..18ac59f6cc 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1110,7 +1110,7 @@ $CONFIG = array( 'filesystem_check_changes' => 0, /** - * On default ownCloud will store the part files created during upload in the + * By default ownCloud will store the part files created during upload in the * same storage as the upload target. Setting this to false will store the part * files in the root of the users folder which might be required to work with certain * external storage setups that have limited rename capabilities.