summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 4321e5bab83..18ac59f6cc9 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.