Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-03-03 01:46:57 +0300
committerPhil Davis <phil.davis@inf.org>2016-03-03 01:46:57 +0300
commit8e70351bda4f547818574425b890b1f421b5c3ef (patch)
tree61d495399932444823af375b71edb6f27b7c3f69 /config
parenta6094b07e372bdb3533e84f1b2a65a20260f2f4d (diff)
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.
Diffstat (limited to 'config')
-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.