From d0153fc8dc08c02784e094c18c2174484259086d Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 27 Dec 2023 12:12:08 +0100 Subject: [PATCH] Update lib/handlers/put.js Co-authored-by: Ted Thibodeau Jr --- lib/handlers/put.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/handlers/put.js b/lib/handlers/put.js index 168278a46..4979dc9c5 100644 --- a/lib/handlers/put.js +++ b/lib/handlers/put.js @@ -11,7 +11,7 @@ async function handler (req, res, next) { res.header('MS-Author-Via', 'SPARQL') const contentType = req.get('content-type') - // check if a folder or resource with same name exists + // check whether a folder or resource with same name exists try { const ldp = req.app.locals.ldp await ldp.checkItemName(req)