Merge pull request #7154 from nextcloud/fix-typo

Fix typo in sample config
This commit is contained in:
Joas Schilling 2017-11-13 11:48:31 +01:00 committed by GitHub
commit ed37dc43bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ $CONFIG = array(
'preview_max_scale_factor' => 10,
/**
* max file size for generating image previews with imagegd (default behaviour)
* max file size for generating image previews with imagegd (default behavior)
* If the image is bigger, it'll try other preview generators, but will most
* likely show the default mimetype icon. Set to -1 for no limit.
*