From d61f02f6dbdf3be448d298d2334d089a57994f26 Mon Sep 17 00:00:00 2001 From: wbt Date: Mon, 4 May 2020 17:15:30 -0400 Subject: [PATCH] Fix some small typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e723508..a251e6d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ You can set `debug` option to `true` to see some logging about upload process. In this case middleware uses `console.log` and adds `Express-file-upload` prefix for outputs. It will show you whether the request is invalid and also common events triggered during upload. -That can be really usfull for troubleshhoting and ***we recommend to attach debug output to each issue on Github***. +That can be really useful for troubleshooting and ***we recommend attaching debug output to each issue on Github***. ***Output example:***