From bd57fcb539bedb4bd7d8823c65e4b68138b615b0 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 18 Mar 2015 17:08:54 +0100 Subject: [PATCH] fix typo in config.sample.php --- 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 8d8fed7ad8..672203153c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -421,7 +421,7 @@ $CONFIG = array( /** * Checks an app before install whether it uses private APIs instead of the - * proper public APIs. If this is set to true it will just allow to install or + * proper public APIs. If this is set to true it will only allow to install or * enable apps that pass this check. */ 'appcodechecker' => true,