Fix spelling mistake in defaults/config.js

This commit is contained in:
Max Leiter 2018-12-03 19:25:12 +01:00 committed by GitHub
parent 5efde5b2aa
commit 47abb00f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ module.exports = {
// - `enable`: When set to `true`, files can be uploaded on the client with a
// drag-and-drop or using the upload dialog.
// - `maxFileSize`: When file upload is enabled, users sending files above
// this limit will be prompted an error message in their browser. A value of
// this limit will be prompted with an error message in their browser. A value of
// `-1` disables the file size limit and allows files of any size. **Use at
// your own risk.** This value is set to `10240` kilobytes by default.
fileUpload: {