summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-03 11:54:35 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-03 11:54:35 +0100
commit89181b572e9d089fe74381aef9ba50c5fd832554 (patch)
tree0089932a8e1145a89b3567d092f2a1b9254aaeb7
parent8b76e8c57bf75ccd68434df483ed92cc8874751c (diff)
parent8e70351bda4f547818574425b890b1f421b5c3ef (diff)
downloadnextcloud-server-89181b572e9d089fe74381aef9ba50c5fd832554.tar.gz
nextcloud-server-89181b572e9d089fe74381aef9ba50c5fd832554.zip
Merge pull request #22799 from owncloud/phil-davis-patch-1
Minor grammar in 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.