diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-03-18 17:08:54 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-03-18 17:08:54 +0100 |
commit | bd57fcb539bedb4bd7d8823c65e4b68138b615b0 (patch) | |
tree | 08f7e912157ce8d8e38168db7fdaa8ba2dea64ac /config | |
parent | bf6a7080e5145a1f09b660a3064aff03317c4b91 (diff) | |
download | nextcloud-server-bd57fcb539bedb4bd7d8823c65e4b68138b615b0.tar.gz nextcloud-server-bd57fcb539bedb4bd7d8823c65e4b68138b615b0.zip |
fix typo in config.sample.php
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 8d8fed7ad8c..672203153c6 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, |