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.
This commit is contained in:
parent
a6094b07e3
commit
8e70351bda
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue