From 47abb00f19b00118d8e3514006a6f3b6f10dc591 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Mon, 3 Dec 2018 19:25:12 +0100 Subject: [PATCH] Fix spelling mistake in defaults/config.js --- defaults/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/config.js b/defaults/config.js index f4b1acf2..b5d7f7a2 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -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: {