From b1aa8528a40f479160ae9f684b06e35e81ab38ff Mon Sep 17 00:00:00 2001 From: fnutt <11909212+fnutt@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:31:34 +0100 Subject: [PATCH] Added 'to* in a sentence --- defaults/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/config.js b/defaults/config.js index c544417d..89212c39 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -176,7 +176,7 @@ module.exports = { // 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. - // - `baseUrl`: If you want change the URL where uploaded files are accessed, + // - `baseUrl`: If you want to change the URL where uploaded files are accessed, // you can set this option to `"https://example.com/folder/"` and the final URL // would look like `"https://example.com/folder/aabbccddeeff1234/name.png"`. // If you use this option, you must have a reverse proxy configured,