diff options
author | acsfer <carlos@reendex.com> | 2021-12-12 16:45:13 +0100 |
---|---|---|
committer | Simon L. (Rebase PR Action) <szaimen@e.mail.de> | 2022-02-20 20:31:25 +0000 |
commit | 3f3b89ffcdf5c7440a9f1067a3e01620b81b5a56 (patch) | |
tree | 4c73485dcd2ac2d575e1c0a5ab6a5f40d2222691 /config | |
parent | 1a2cfff8503b52f165a6e1c2243a4880f20f64fd (diff) | |
download | nextcloud-server-3f3b89ffcdf5c7440a9f1067a3e01620b81b5a56.tar.gz nextcloud-server-3f3b89ffcdf5c7440a9f1067a3e01620b81b5a56.zip |
Typo
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 5cea02f822f..c433fb51d23 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1070,7 +1070,7 @@ $CONFIG = [ * 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 either show the default mimetype icon or not display the image at all. - * Set to ``-1`` for no limit and try to generate previews on all images sizes. + * Set to ``-1`` for no limit and try to generate image previews on all file sizes. * * Defaults to ``50`` megabytes */ |