diff options
author | JohannesKleine <johannes@was-tun.org> | 2015-12-31 14:48:19 +0100 |
---|---|---|
committer | JohannesKleine <johannes@was-tun.org> | 2015-12-31 14:48:19 +0100 |
commit | c95d1b26255a6127d89e990df1c73966606a2533 (patch) | |
tree | 6205a12147f806531c057f9069c52de1e7dcd6cd /config | |
parent | 970495a067bde6596497253486f216c22836e175 (diff) | |
download | nextcloud-server-c95d1b26255a6127d89e990df1c73966606a2533.tar.gz nextcloud-server-c95d1b26255a6127d89e990df1c73966606a2533.zip |
Update config.sample.php
I corrected the word order.
Diffstat (limited to 'config')
-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 6e823e3968d..6e052d70404 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -405,7 +405,7 @@ $CONFIG = array( * delete all files in the trash bin that are older than D days * automatically, delete other files anytime if space needed * * ``D1, D2`` - * keep files and folders the in trash bin for at least D1 days and + * keep files and folders in the trash bin for at least D1 days and * delete when exceeds D2 days * * ``disabled`` * trash bin auto clean disabled, files and folders will be kept forever |