From c95d1b26255a6127d89e990df1c73966606a2533 Mon Sep 17 00:00:00 2001 From: JohannesKleine Date: Thu, 31 Dec 2015 14:48:19 +0100 Subject: [PATCH] Update config.sample.php I corrected the word order. --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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