diff options
author | Joas Schilling <coding@schilljs.com> | 2017-11-13 11:48:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 11:48:31 +0100 |
commit | ed37dc43bdb709107359f96335c3e5777c580912 (patch) | |
tree | 99ace4b9f6f09d843e201e9e848bb76f1ef9a8c9 | |
parent | 8e61ad884738b7fe427c7e9c7451484a8ecfc0ac (diff) | |
parent | 289d6801f41c6eb3c4163316804bb92fa4327f98 (diff) | |
download | nextcloud-server-ed37dc43bdb709107359f96335c3e5777c580912.tar.gz nextcloud-server-ed37dc43bdb709107359f96335c3e5777c580912.zip |
Merge pull request #7154 from nextcloud/fix-typo
Fix typo in sample 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 f8723c7d9b0..022b807a881 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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. * |