diff options
author | Phil Davis <phil.davis@inf.org> | 2016-03-03 04:31:57 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2016-03-03 04:31:57 +0545 |
commit | 8e70351bda4f547818574425b890b1f421b5c3ef (patch) | |
tree | 61d495399932444823af375b71edb6f27b7c3f69 /config/config.sample.php | |
parent | a6094b07e372bdb3533e84f1b2a65a20260f2f4d (diff) | |
download | nextcloud-server-8e70351bda4f547818574425b890b1f421b5c3ef.tar.gz nextcloud-server-8e70351bda4f547818574425b890b1f421b5c3ef.zip |
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/config.sample.php')
-rw-r--r-- | config/config.sample.php | 2 |
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. |